Skip to content

Commit 2be192d

Browse files
committed
Bug 2003830 - fix moz-select looking disabled when an option is disabled r=mkennedy
Differential Revision: https://phabricator.services.mozilla.com/D274958
1 parent 99598e4 commit 2be192d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolkit/content/widgets/moz-select/moz-select.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
color: var(--select-text-color-hover);
4949
}
5050

51-
&:has(:disabled) {
51+
&:has(> :disabled) {
5252
border-color: var(--select-border-color-disabled);
5353
background-color: var(--select-background-color-disabled);
5454
color: var(--select-text-color-disabled);

0 commit comments

Comments
 (0)