Skip to content

Commit

Permalink
fix(Select): avoid .t-is-checked style from overriding disabled style…
Browse files Browse the repository at this point in the history
… of select option (#1789)

Co-authored-by: ringofeng <ringofeng@tencent.com>
  • Loading branch information
fython and ringofeng authored May 10, 2024
1 parent e398021 commit 9a57a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style/web/components/select/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
font: @select-font-s;
}

.@{prefix}-select-option.@{prefix}-is-selected {
.@{prefix}-select-option.@{prefix}-is-selected:not(.@{prefix}-is-disabled) {
color: @select-selected-color;
background-color: @select-selected-bg-color;
transition: all @anim-duration-base linear;
Expand Down

0 comments on commit 9a57a1a

Please sign in to comment.