Show disabled state of form inputs
This commit is contained in:
parent
c1a5a8a374
commit
9a154db1e8
@ -215,6 +215,11 @@
|
||||
padding: 8px;
|
||||
flex-grow: 1;
|
||||
background-color: var(--color-brand-canvas);
|
||||
|
||||
&[disabled] {
|
||||
background-color: var(--color-brand-canvas-09);
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user