mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-05 04:37:47 +08:00
style(menu): add 569JNRXZghiklms-menu-border-color (#2240)
This commit is contained in:
parent
f9e4da734d
commit
daa79d62f7
@ -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
|
||||
--------------------------*/
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user