Browse Source

fix: no shadow in the style of the Select focus. (#26465)

Fix #26255 style error.
pull/26476/head
Rainy 4 years ago
committed by GitHub
parent
commit
221a38db91
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/select/style/index.less

2
components/select/style/index.less

@ -28,7 +28,7 @@
}
}
.@{select-prefix-cls}-focused&:not(.@{select-prefix-cls}-disabled&) {
.@{select-prefix-cls}-focused:not(.@{select-prefix-cls}-disabled)& {
.active();
}

Loading…
Cancel
Save