Remove background on close/join-channel sidebar buttons

This commit is contained in:
Jérémie Astori 2017-12-21 13:11:26 -05:00
parent 3fde87efbc
commit 3307ced4d8
No known key found for this signature in database
GPG key ID: B9A4F245CD67BDE8

View file

@ -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;
}