mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
add outline-fade less variable (#20227)
Co-authored-by: 偏右 <afc163@gmail.com>
This commit is contained in:
parent
c5e5a8c895
commit
5bb8f585de
@ -26,7 +26,7 @@
|
||||
}
|
||||
border-right-width: @border-width-base !important;
|
||||
outline: 0;
|
||||
box-shadow: @input-outline-offset @outline-blur-size @outline-width fade(@color, 20%);
|
||||
box-shadow: @input-outline-offset @outline-blur-size @outline-width fade(@color, @outline-fade);
|
||||
|
||||
.@{input-rtl-cls} & {
|
||||
border-right-width: 0;
|
||||
|
@ -126,6 +126,7 @@
|
||||
@outline-blur-size: 0;
|
||||
@outline-width: 2px;
|
||||
@outline-color: @primary-color;
|
||||
@outline-fade: 20%;
|
||||
|
||||
@background-color-light: hsv(0, 0, 98%); // background of header and selected item
|
||||
@background-color-base: hsv(0, 0, 96%); // Default grey background color
|
||||
|
Loading…
Reference in New Issue
Block a user