From c429bb5360cfbf5ef63f5cc28df89d178a34641c Mon Sep 17 00:00:00 2001 From: brydon1 Date: Tue, 6 Jun 2023 11:52:32 -0400 Subject: [PATCH] Updated disabled dropdown color to #8e9292 from #4D5151 --- src/digital-components/dropdown-question/dropdown-question.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/digital-components/dropdown-question/dropdown-question.vue b/src/digital-components/dropdown-question/dropdown-question.vue index 35f6d25f..44f63452 100644 --- a/src/digital-components/dropdown-question/dropdown-question.vue +++ b/src/digital-components/dropdown-question/dropdown-question.vue @@ -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;