mirror of
https://github.com/flarum/framework.git
synced 2025-06-06 16:18:33 +08: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;
|
||||||
|
|
||||||
&:not(.disabled) {
|
|
||||||
&:hover, &.highlighted {
|
|
||||||
background: darken(@fl-body-control-bg, 4%);
|
|
||||||
}
|
}
|
||||||
|
& .yesno-cell.highlighted .yesno, & .yesno:hover {
|
||||||
|
&:not(.disabled) {
|
||||||
|
background: darken(@fl-body-control-bg, 4%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
& .toggle-group {
|
& .toggle-group {
|
||||||
|
Reference in New Issue
Block a user