Skip to content

Commit

Permalink
feat(web): select seleted option hover
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepluo committed Sep 23, 2023
1 parent 02a9d42 commit 57c5212
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions style/web/components/select/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -258,3 +258,11 @@
}
}
}

.@{prefix}-is-selected.@{prefix}-select-option__hover {
background-color: @brand-color-light-hover;

.@{prefix}-checkbox__label {
color: @select-selected-color;
}
}

0 comments on commit 57c5212

Please sign in to comment.