mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: background color when disabled.
This commit is contained in:
@@ -218,14 +218,14 @@
|
||||
input[type='radio'],
|
||||
input[type='checkbox']:not([class='switch']),
|
||||
input[type='switchbox'] {
|
||||
.theme-dark &:not(:checked) {
|
||||
.theme-dark &:not(:checked):not(:disabled) {
|
||||
background-color: transparent; /* take whatever color is behind */
|
||||
border: 1px solid var(--color-mid-neutral-70, #56565c);
|
||||
}
|
||||
}
|
||||
|
||||
input[type='checkbox'][class='switch'] {
|
||||
.theme-dark &:not(:checked) {
|
||||
.theme-dark &:not(:checked):not(:disabled) {
|
||||
background-color: var(--color-mid-neutral-70, #56565c);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user