We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb492b8 commit 47d35a0Copy full SHA for 47d35a0
src/internal/components/selectable-item/styles.scss
@@ -116,15 +116,19 @@
116
}
117
118
119
-
120
&.highlighted {
121
z-index: 3;
122
background-color: awsui.$color-background-dropdown-item-hover;
123
border-color: awsui.$color-border-dropdown-item-hover;
124
&.disabled {
125
- color: awsui.$color-text-dropdown-item-dimmed;
126
border-color: awsui.$color-border-dropdown-item-dimmed-hover;
127
background-color: awsui.$color-background-dropdown-item-dimmed;
+ > .option-content {
+ color: awsui.$color-text-dropdown-item-dimmed;
128
+ &.no-content-styling {
129
+ color: inherit;
130
+ }
131
132
133
&.is-keyboard {
134
border-color: awsui.$color-border-dropdown-item-focused;
0 commit comments