theme fix

This commit is contained in:
Eugene Pankov
2018-09-23 09:11:42 -07:00
parent 0d37f4736a
commit 9ad1371c2b

View File

@@ -106,8 +106,12 @@ window-controls {
fill: $base01;
}
button:hover svg {
fill: $black;
button:hover {
background: rgba($black, 0.125);
svg {
fill: $black;
}
}
.btn-close:hover {