style(menu): add 569JNRXZghiklms-menu-border-color (#2240)

This commit is contained in:
云游君 2021-06-15 15:18:11 +08:00 committed by GitHub
parent f9e4da734d
commit daa79d62f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -729,6 +729,7 @@ $--menu-item-font-color: $--color-text-primary !default;
/// color||Color|0
$--menu-background-color: $--color-white !default;
$--menu-item-hover-fill: $--color-primary-light-9 !default;
$--menu-border-color: #e6e6e6 !default;
/* Rate
--------------------------*/

View File

@ -38,7 +38,7 @@
}
@include b(menu) {
border-right: solid 1px #e6e6e6;
border-right: solid 1px $--menu-border-color;
list-style: none;
position: relative;
margin: 0;
@ -46,7 +46,7 @@
background-color: $--menu-background-color;
@include utils-clearfix;
&.#{$namespace}-menu--horizontal {
border-bottom: solid 1px #e6e6e6;
border-bottom: solid 1px $--menu-border-color;
}
@include m(horizontal) {