Merged in fix/BOOK-562-update-disabled-color-fields (pull request #3150)
fix(BOOK-562): update disable color * fix(BOOK-562): update disable color Approved-by: Matilda Landström
This commit is contained in:
@@ -35,10 +35,8 @@
|
||||
}
|
||||
&[data-disabled] {
|
||||
border: none;
|
||||
.inner {
|
||||
background-color: var(--Surface-Primary-Disabled);
|
||||
color: var(--Text-Interactive-Disabled);
|
||||
}
|
||||
background-color: var(--Surface-Primary-Disabled);
|
||||
color: var(--Text-Interactive-Disabled);
|
||||
.button,
|
||||
.input,
|
||||
.label,
|
||||
|
||||
Reference in New Issue
Block a user