mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
fix combobox focus style
This commit is contained in:
parent
588914ecd7
commit
4339bef78c
@ -190,6 +190,7 @@
|
||||
font-size: 100%;
|
||||
background: transparent;
|
||||
outline: 0;
|
||||
border-radius: @border-radius-base;
|
||||
}
|
||||
> i {
|
||||
float: right;
|
||||
@ -310,10 +311,16 @@
|
||||
height: 100%;
|
||||
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%);
|
||||
}
|
||||
}
|
||||
.@{select-prefix-cls}-selection__rendered {
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
overflow: visible;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user