Updated disabled dropdown color to #8e9292 from #4D5151
This commit is contained in:
parent
2815d88858
commit
c429bb5360
1 changed files with 1 additions and 0 deletions
|
|
@ -147,6 +147,7 @@ export default {
|
|||
&:disabled,
|
||||
&.disabled {
|
||||
background-color: $gray-100;
|
||||
color: $gray-500;
|
||||
filter: grayscale(100%);
|
||||
&:hover {
|
||||
box-shadow: 0 0 0 4px transparent;
|
||||
|
|
|
|||
Loading…
Reference in a new issue