mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
style: remove overriding !important from input border right width styles (#34178)
This commit is contained in:
parent
1042829e49
commit
b1fc8a5d7d
@ -30,14 +30,14 @@
|
||||
border-color: @hoverBorderColor;
|
||||
box-shadow: @input-outline-offset @outline-blur-size @outline-width @outlineColor;
|
||||
}
|
||||
border-right-width: @border-width-base !important;
|
||||
border-right-width: @border-width-base;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
// == when hover
|
||||
.hover(@color: @input-hover-border-color) {
|
||||
border-color: @color;
|
||||
border-right-width: @border-width-base !important;
|
||||
border-right-width: @border-width-base;
|
||||
}
|
||||
|
||||
.disabled() {
|
||||
|
Loading…
Reference in New Issue
Block a user