Merge pull request #335 from Safelite/feature/digital/SSR-514

Updated disabled dropdown color to #8e9292 from #4D5151
This commit is contained in:
michaela-brydon-safelite 2023-06-06 15:42:36 -04:00 committed by GitHub
commit 3db667b720
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;