mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 18:58:10 +00:00
UX: update disabled dropdowns style w/ color variables
This commit is contained in:
parent
2ab6a68629
commit
d4f1e6d11b
@ -673,7 +673,7 @@
|
||||
|
||||
&:focus {
|
||||
box-shadow: none;
|
||||
border-color: #e9e9e9;
|
||||
border-color: $primary-low;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -78,8 +78,12 @@
|
||||
|
||||
&.is-disabled {
|
||||
.select-kit-header {
|
||||
background: #e9e9e9;
|
||||
border-color: #ddd;
|
||||
background: $primary-low;
|
||||
border-color: $primary-low-mid;
|
||||
color: $primary-medium;
|
||||
.d-icon {
|
||||
color: $primary-medium;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -33,8 +33,12 @@
|
||||
|
||||
&.is-disabled {
|
||||
.multi-select-header {
|
||||
background: #e9e9e9;
|
||||
border-color: #ddd;
|
||||
background: $primary-low;
|
||||
border-color: $primary-low-mid;
|
||||
color: $primary-medium;
|
||||
.d-icon {
|
||||
color: $primary-medium;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user