This commit is contained in:
梁灏 2018-06-20 17:04:08 +08:00
parent da76a284d0
commit 5fe393db5c
3 changed files with 11 additions and 3 deletions

View file

@ -57,5 +57,13 @@
right: 16px;
font-size: @font-size-base;
}
&:focus{
background: @background-color-select-hover;
outline: none;
}
&-selected:focus{
background: shade(@selected-color, 10%);
}
}
.select-item(@cell-prefix-cls, @cell-prefix-cls);