Fix input component border width issues

This commit is contained in:
Teng YANG 2018-12-04 00:04:34 +08:00 committed by 偏右
parent c2e2518e41
commit 073cbdb6d2

View File

@ -21,13 +21,13 @@
border-color: ~`colorPalette("@{color}", 5)`;
outline: 0;
box-shadow: @input-outline-offset @outline-blur-size @outline-width fade(@color, 20%);
border-right-width: 1px !important;
border-right-width: @border-width-base !important;
}
// == when hoverd
.hover(@color: @input-hover-border-color) {
border-color: ~`colorPalette("@{color}", 5)`;
border-right-width: 1px !important;
border-right-width: @border-width-base !important;
}
.disabled() {