diff --git a/components/form/demo/inputs.md b/components/form/demo/inputs.md index 9f39ca5d4..261e99f55 100644 --- a/components/form/demo/inputs.md +++ b/components/form/demo/inputs.md @@ -30,17 +30,6 @@ -
- -
-
- -
- -
-
-
-
diff --git a/style/mixins/form.less b/style/mixins/form.less index 26b2d1c0d..bf9ffddad 100644 --- a/style/mixins/form.less +++ b/style/mixins/form.less @@ -14,6 +14,10 @@ } } + .@{prefixCalendarClass}-picker-open .@{prefixCalendarClass}-picker-input { + box-shadow: 0 0 0 2px tint(@border-color, 80%); + } + .@{css-prefix}input-group-addon { color: @text-color; border-color: @border-color;