Background color for unchecked input
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
2c05ed7c37
commit
263bc302e0
|
@ -43,4 +43,10 @@
|
||||||
&.disabled.checked > .btn {
|
&.disabled.checked > .btn {
|
||||||
background-color: $color-font-secondary;
|
background-color: $color-font-secondary;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&[triple-state]:not(.indeterminate):not(.checked) {
|
||||||
|
.btn {
|
||||||
|
background-color: lighten($color-alert, 5%);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue