mirror of
https://github.com/thelounge/thelounge
synced 2024-11-22 20:13:07 +00:00
Remove background on close/join-channel sidebar buttons
This commit is contained in:
parent
3fde87efbc
commit
3307ced4d8
1 changed files with 0 additions and 3 deletions
|
@ -578,7 +578,6 @@ kbd {
|
|||
}
|
||||
|
||||
#sidebar .close {
|
||||
border-radius: 3px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
display: none;
|
||||
|
@ -617,7 +616,6 @@ kbd {
|
|||
}
|
||||
|
||||
#sidebar .lobby .add-channel:hover {
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
@ -627,7 +625,6 @@ kbd {
|
|||
}
|
||||
|
||||
#sidebar .chan.active .close:hover {
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue