mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 07:56:28 +08:00
Fix focused select in addon (#2073)
This commit is contained in:
parent
e385b56821
commit
048e2be5d4
@ -1,6 +1,6 @@
|
|||||||
|
@import "../../style/themes/default";
|
||||||
@import "../../style/mixins/index";
|
@import "../../style/mixins/index";
|
||||||
|
|
||||||
@import "../../style/mixins/index";
|
|
||||||
// size mixins for input
|
// size mixins for input
|
||||||
.input-lg() {
|
.input-lg() {
|
||||||
padding: @input-padding-vertical-lg @input-padding-horizontal;
|
padding: @input-padding-vertical-lg @input-padding-horizontal;
|
||||||
@ -166,6 +166,15 @@
|
|||||||
.ant-select-selection {
|
.ant-select-selection {
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
margin: -1px;
|
||||||
|
border: 1px solid transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-open,
|
||||||
|
&-focused {
|
||||||
|
.ant-select-selection {
|
||||||
|
border-color: tint(@primary-color, 20%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user