Select support a part of keyboard accessibility, #1647
This commit is contained in:
parent
2c6b8f09b7
commit
2fbe636b52
2 changed files with 15 additions and 1 deletions
|
@ -55,6 +55,12 @@
|
|||
transform: rotate(180deg);
|
||||
}
|
||||
}
|
||||
&:focus{
|
||||
outline: 0;
|
||||
.@{select-prefix-cls}-selection{
|
||||
.active();
|
||||
}
|
||||
}
|
||||
|
||||
&-disabled {
|
||||
.@{select-prefix-cls}-selection {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue