chore: improves read-only styling of all react-selects
This commit is contained in:
@@ -116,4 +116,8 @@ div.react-select {
|
||||
background-color: var(--theme-error-200);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.rs--is-disabled .rs__control {
|
||||
background: var(--theme-elevation-200);
|
||||
}
|
||||
}
|
||||
@@ -22,12 +22,4 @@
|
||||
background-color: var(--theme-error-500);
|
||||
color: var(--theme-elevation-0);
|
||||
}
|
||||
|
||||
&--read-only {
|
||||
div.react-select {
|
||||
div.rs__control {
|
||||
background: var(--theme-elevation-100);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -3,12 +3,4 @@
|
||||
.field-type.select {
|
||||
position: relative;
|
||||
margin-bottom: $baseline;
|
||||
}
|
||||
|
||||
.select--read-only {
|
||||
div.react-select {
|
||||
div.rs__control {
|
||||
background: var(--theme-elevation-100);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user