mirror of
https://github.com/picocss/pico.git
synced 2025-04-30 04:49:13 -04:00
feat: disabled fieldset
This commit is contained in:
parent
19d2ffad02
commit
e821b7647f
18 changed files with 22 additions and 22 deletions
|
@ -201,7 +201,7 @@ textarea {
|
|||
input:not([type="submit"]):not([type="button"]):not([type="reset"])[disabled],
|
||||
select[disabled],
|
||||
textarea[disabled],
|
||||
:where([disabled]) :is(input:not([type="submit"]):not([type="button"]):not([type="reset"]), select, textarea) {
|
||||
:where(fieldset[disabled]) :is(input:not([type="submit"]):not([type="button"]):not([type="reset"]), select, textarea) {
|
||||
--background-color: var(--form-element-disabled-background-color);
|
||||
--border-color: var(--form-element-disabled-border-color);
|
||||
opacity: var(--form-element-disabled-opacity);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue