Skip to content

Commit 6eb1f8c

Browse files
authored
Merge pull request #774 from BY00565233/SURF-2081
fix(dropdown-select): disabled state for chromium-based browsers
2 parents dea7f3a + 822ec10 commit 6eb1f8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scss/components/dropdown-select/mixins/SelectControl.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
@else {
4343
background-color: $gray-100;
4444
color: $gray-700;
45+
opacity: 1;
4546
}
4647
}
4748

0 commit comments

Comments
 (0)