Browse Source

fix: Select active item hover color is wrong (#16238)

pull/16253/head
Eden Wang 6 years ago
committed by zombieJ
parent
commit
9fd27e0ceb
  1. 9
      components/select/style/index.less

9
components/select/style/index.less

@ -528,12 +528,9 @@
}
&-selected {
&,
&:hover {
color: @text-color;
font-weight: @select-item-selected-font-weight;
background-color: @background-color-light;
}
color: @text-color;
font-weight: @select-item-selected-font-weight;
background-color: @background-color-light;
}
&-active {

Loading…
Cancel
Save