2017-11-30 09:54:31 +08:00
|
|
|
@import "../../button/style/mixin";
|
|
|
|
|
2015-11-18 12:14:26 +08:00
|
|
|
.@{calendar-prefix-cls}-picker-container {
|
2017-09-22 18:33:29 +08:00
|
|
|
.reset-component;
|
2018-08-02 01:41:46 +08:00
|
|
|
font-family: @font-family;
|
2015-06-09 15:21:44 +08:00
|
|
|
position: absolute;
|
2016-03-28 16:01:37 +08:00
|
|
|
z-index: @zindex-picker;
|
2015-11-11 17:08:31 +08:00
|
|
|
|
|
|
|
&.slide-up-enter.slide-up-enter-active&-placement-topLeft,
|
|
|
|
&.slide-up-enter.slide-up-enter-active&-placement-topRight,
|
|
|
|
&.slide-up-appear.slide-up-appear-active&-placement-topLeft,
|
|
|
|
&.slide-up-appear.slide-up-appear-active&-placement-topRight {
|
|
|
|
animation-name: antSlideDownIn;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.slide-up-enter.slide-up-enter-active&-placement-bottomLeft,
|
|
|
|
&.slide-up-enter.slide-up-enter-active&-placement-bottomRight,
|
|
|
|
&.slide-up-appear.slide-up-appear-active&-placement-bottomLeft,
|
|
|
|
&.slide-up-appear.slide-up-appear-active&-placement-bottomRight {
|
|
|
|
animation-name: antSlideUpIn;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.slide-up-leave.slide-up-leave-active&-placement-topLeft,
|
|
|
|
&.slide-up-leave.slide-up-leave-active&-placement-topRight {
|
|
|
|
animation-name: antSlideDownOut;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.slide-up-leave.slide-up-leave-active&-placement-bottomLeft,
|
|
|
|
&.slide-up-leave.slide-up-leave-active&-placement-bottomRight {
|
|
|
|
animation-name: antSlideUpOut;
|
|
|
|
}
|
2015-06-09 15:21:44 +08:00
|
|
|
}
|
|
|
|
|
2015-08-20 16:55:42 +08:00
|
|
|
.@{calendar-prefix-cls}-picker {
|
2017-09-22 18:33:29 +08:00
|
|
|
.reset-component;
|
2015-06-09 15:21:44 +08:00
|
|
|
position: relative;
|
2015-06-10 16:22:59 +08:00
|
|
|
display: inline-block;
|
2015-10-23 17:57:02 +08:00
|
|
|
outline: none;
|
2016-12-05 00:27:03 +08:00
|
|
|
transition: opacity 0.3s;
|
2015-07-08 11:42:22 +08:00
|
|
|
|
2016-12-05 00:27:03 +08:00
|
|
|
&-input {
|
2015-08-04 18:42:41 +08:00
|
|
|
outline: none;
|
|
|
|
}
|
2016-12-05 00:27:03 +08:00
|
|
|
|
2017-07-12 14:23:47 +08:00
|
|
|
&:hover &-input:not(.@{ant-prefix}-input-disabled) {
|
2016-12-05 00:27:03 +08:00
|
|
|
border-color: @primary-color;
|
|
|
|
}
|
|
|
|
|
2017-11-30 09:54:31 +08:00
|
|
|
&:focus &-input:not(.@{ant-prefix}-input-disabled) {
|
|
|
|
.active();
|
|
|
|
}
|
|
|
|
|
2017-06-29 03:09:50 +08:00
|
|
|
&-clear,
|
|
|
|
&-icon {
|
2016-05-23 15:58:10 +08:00
|
|
|
position: absolute;
|
2016-06-23 15:38:55 +08:00
|
|
|
width: 14px;
|
2017-06-26 21:19:23 +08:00
|
|
|
height: 14px;
|
2017-09-27 22:32:49 +08:00
|
|
|
right: @control-padding-horizontal;
|
2017-06-29 03:09:50 +08:00
|
|
|
top: 50%;
|
2017-06-26 21:19:23 +08:00
|
|
|
margin-top: -7px;
|
2017-07-25 19:45:58 +08:00
|
|
|
line-height: 14px;
|
2017-09-27 22:32:49 +08:00
|
|
|
font-size: @font-size-sm;
|
2017-06-29 03:09:50 +08:00
|
|
|
transition: all .3s;
|
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-clear {
|
|
|
|
opacity: 0;
|
|
|
|
z-index: 1;
|
2018-09-02 18:45:04 +08:00
|
|
|
font-size: @font-size-base;
|
2017-06-29 03:09:50 +08:00
|
|
|
color: @disabled-color;
|
|
|
|
background: @input-bg;
|
|
|
|
pointer-events: none;
|
2017-08-02 21:14:51 +08:00
|
|
|
cursor: pointer;
|
2016-05-23 15:58:10 +08:00
|
|
|
&:hover {
|
2016-11-08 20:45:56 +08:00
|
|
|
color: @text-color-secondary;
|
2016-05-23 15:58:10 +08:00
|
|
|
}
|
|
|
|
}
|
2015-08-04 18:42:41 +08:00
|
|
|
|
2016-05-23 15:58:10 +08:00
|
|
|
&:hover &-clear {
|
|
|
|
opacity: 1;
|
2016-12-05 00:27:03 +08:00
|
|
|
pointer-events: auto;
|
2016-05-23 15:58:10 +08:00
|
|
|
}
|
2016-12-05 00:27:03 +08:00
|
|
|
|
2015-06-09 15:21:44 +08:00
|
|
|
&-icon {
|
2018-07-23 12:06:38 +08:00
|
|
|
font-family: "anticon";
|
|
|
|
font-size: @font-size-base;
|
2017-10-16 21:12:49 +08:00
|
|
|
color: @disabled-color;
|
2018-07-23 12:06:38 +08:00
|
|
|
display: inline-block;
|
|
|
|
line-height: 1;
|
2015-06-09 15:21:44 +08:00
|
|
|
}
|
2017-09-27 22:32:49 +08:00
|
|
|
|
|
|
|
&-small &-clear,
|
|
|
|
&-small &-icon {
|
|
|
|
right: @control-padding-horizontal-sm;
|
|
|
|
}
|
2015-06-09 15:21:44 +08:00
|
|
|
}
|