no message
Former-commit-id: 4cbb612fa732dc619e4c14c19c89253a09c0fd49 Former-commit-id: a9532b0350bd454d27f12ff6a6cb360a1d254f3c Former-commit-id: f83aad9229bb28c4be1ed6f3dee99c54171e5188
This commit is contained in:
@@ -42,6 +42,7 @@ $theme-container-full-border-color: #d8dfea;
|
||||
@include header-el-menu-item;
|
||||
}
|
||||
&.is-active {
|
||||
background-color: transparent;
|
||||
border-top-color: #FFF;
|
||||
}
|
||||
}
|
||||
@@ -85,6 +86,9 @@ $theme-container-full-border-color: #d8dfea;
|
||||
&:hover {
|
||||
@include aside-el-menu-item;
|
||||
}
|
||||
&:focus {
|
||||
@include aside-el-menu-item;
|
||||
}
|
||||
i {
|
||||
color: #FFF;
|
||||
}
|
||||
@@ -96,6 +100,9 @@ $theme-container-full-border-color: #d8dfea;
|
||||
&:hover {
|
||||
@include aside-el-menu-item;
|
||||
}
|
||||
&:focus {
|
||||
@include aside-el-menu-item;
|
||||
}
|
||||
i {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
@@ -43,8 +43,11 @@ $theme-color: #EFF4F8;
|
||||
.el-menu-item {
|
||||
border-bottom: none;
|
||||
border-top: 2px solid transparent;
|
||||
&.is-active {
|
||||
background-color: transparent;
|
||||
}
|
||||
.el-submenu {
|
||||
.el-submenu__title {
|
||||
border-bottom: none;
|
||||
border-top: 2px solid transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,7 +32,7 @@ export default {
|
||||
return {
|
||||
menus: [
|
||||
{
|
||||
path: '/demo/components/container/container-full',
|
||||
path: '/demo/components/container/full',
|
||||
title: 'menu-a',
|
||||
icon: 'plus'
|
||||
},
|
||||
@@ -57,7 +57,7 @@ export default {
|
||||
icon: 'plus'
|
||||
},
|
||||
{
|
||||
path: '/d',
|
||||
path: '/demo/components/container/full',
|
||||
title: 'menu-a',
|
||||
icon: 'plus'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user