mirror of
https://github.com/flarum/core.git
synced 2025-07-25 18:51:40 +02:00
Fix row/column toggle background coloring
This commit is contained in:
@@ -55,11 +55,10 @@
|
|||||||
& .yesno {
|
& .yesno {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
& .yesno-cell.highlighted .yesno, & .yesno:hover {
|
||||||
&:not(.disabled) {
|
&:not(.disabled) {
|
||||||
&:hover, &.highlighted {
|
background: darken(@fl-body-control-bg, 4%);
|
||||||
background: darken(@fl-body-control-bg, 4%);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
& .toggle-group {
|
& .toggle-group {
|
||||||
|
Reference in New Issue
Block a user