mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
Fix combobox focus style, close #1684
This commit is contained in:
parent
13f86edbdb
commit
5b921b6960
@ -401,10 +401,6 @@ form {
|
||||
}
|
||||
}
|
||||
|
||||
.ant-select-combobox .ant-select-search__field:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
//datepicker
|
||||
.ant-calendar-picker-icon:after {
|
||||
color: @error-color;
|
||||
|
@ -337,10 +337,7 @@
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
transition: all .3s @ease-in-out;
|
||||
|
||||
&:focus {
|
||||
box-shadow: 0 0 0 1px tint(@primary-color, 20%), 0 0 0 3px tint(@primary-color, 80%);
|
||||
}
|
||||
box-shadow: none;
|
||||
}
|
||||
.@{select-prefix-cls}-selection__rendered {
|
||||
padding: 0;
|
||||
|
@ -82,10 +82,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.ant-select-combobox .ant-select-search__field:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.component-select {
|
||||
&.ant-select-dropdown {
|
||||
border: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user