Skip to content

Commit

Permalink
fix(Select): do not apply opacity twice
Browse files Browse the repository at this point in the history
  • Loading branch information
Promises committed Jan 13, 2025
1 parent 88ed814 commit 4b71830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/css/src/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
appearance: auto; /* show chevron */
}

&:has(option:checked:disabled) {
&:not(:disabled):has(option:checked:disabled) {
color: color-mix(in srgb, currentColor var(--ds-disabled-opacity), transparent);
}
}
Expand Down

0 comments on commit 4b71830

Please sign in to comment.