mirror of
https://github.com/directus/directus.git
synced 2026-01-26 17:58:01 -05:00
Change v-checkbox background color when disabled (#9070)
* Change v-checkbox background color when disabled * Only apply style for block input.
This commit is contained in:
@@ -182,6 +182,10 @@ body {
|
||||
border-radius: var(--border-radius);
|
||||
transition: all var(--fast) var(--transition);
|
||||
|
||||
&:disabled {
|
||||
background-color: var(--background-subdued);
|
||||
}
|
||||
|
||||
&::before {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
||||
Reference in New Issue
Block a user