Updated disabled dropdown color to #8e9292 from #4D5151

This commit is contained in:
brydon1 2023-06-06 11:52:32 -04:00
parent 2815d88858
commit c429bb5360

View file

@ -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;