Fix highlight for topright buttons

This commit is contained in:
Henrik Giesel 2021-02-27 16:49:47 +01:00
parent 037539dbf4
commit 81d1f2906a

View file

@ -105,10 +105,11 @@ button.highlighted {
#topbutsright & {
border-bottom: 3px solid black;
}
border-radius: 3px;
.nightMode #topbutsright & {
border-bottom: 3px solid white;
.nightMode & {
border-bottom-color: white;
}
}
}