@import (reference) "../theme/variables/antdVariables.less";
@calendar-prefix-cls: ~"@{ant-prefix}";
@picker-cell-prefix: ~"@{ant-prefix}-picker-cell";

.ued-datePicker-wrap {
  &.@{calendar-prefix-cls}-picker {
    width: 100%;

    &-icon {
      width: 12px;
      height: 12px;
      margin-top: -6px;
      font-size: @font-size-sm;
    }
  }
}

.noFormTip {
  height: 16px;
  color: @error-color;
  font-size: 12px;
  line-height: 16px;
}

.@{picker-cell-prefix}:hover:not(.@{picker-cell-prefix}-selected):not(
    .@{picker-cell-prefix}-range-start
  ):not(.@{picker-cell-prefix}-range-end):not(
    .@{picker-cell-prefix}-range-hover-start
  ):not(.@{picker-cell-prefix}-range-hover-end)
  .@{picker-cell-prefix}-inner {
  background: @dropdown-hover-bg !important; // 原来的样式会替换这个，所以强制替换
}
