Remove background on close/join-channel sidebar buttons
This commit is contained in:
parent
3fde87efbc
commit
3307ced4d8
@ -578,7 +578,6 @@ kbd {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .close {
|
#sidebar .close {
|
||||||
border-radius: 3px;
|
|
||||||
width: 18px;
|
width: 18px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
display: none;
|
display: none;
|
||||||
@ -617,7 +616,6 @@ kbd {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .lobby .add-channel:hover {
|
#sidebar .lobby .add-channel:hover {
|
||||||
background-color: rgba(0, 0, 0, 0.1);
|
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -627,7 +625,6 @@ kbd {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .chan.active .close:hover {
|
#sidebar .chan.active .close:hover {
|
||||||
background-color: rgba(0, 0, 0, 0.1);
|
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user