add outline-fade less variable (#20227)

Co-authored-by: 偏右 <afc163@gmail.com>
This commit is contained in:
偏右 2020-03-05 20:39:03 +08:00 committed by GitHub
parent c5e5a8c895
commit 5bb8f585de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -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