Skip to content

Commit

Permalink
Merge branch 'main' into 2967-slow-performance-css-selectors
Browse files Browse the repository at this point in the history
mfranzke authored Aug 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents c651585 + 3066331 commit a7633b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/components/src/components/select/select.scss
Original file line number Diff line number Diff line change
@@ -38,7 +38,8 @@ $has-before-padding: calc(

// Most likely this wouldn't work on MacOS, but we're still progressively enhancing Windows by this
option {
background-color: colors.$db-adaptive-bg-basic-transparent-semi-default;
background-color: colors.$db-adaptive-bg-basic-level-1-default;
color: colors.$db-adaptive-on-bg-basic-emphasis-100-default;
}

&[data-variant="hidden"] {

0 comments on commit a7633b6

Please sign in to comment.