mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
29 lines
463 B
Stylus
29 lines
463 B
Stylus
.sub-menu {
|
|
margin: 0;
|
|
padding: 6px 0;
|
|
|
|
.menu-item {
|
|
display: inline-block;
|
|
|
|
a, span.exturl {
|
|
background: transparent;
|
|
margin: 5px 10px;
|
|
padding: initial;
|
|
|
|
&:hover {
|
|
background: transparent;
|
|
color: $sidebar-highlight;
|
|
}
|
|
}
|
|
}
|
|
|
|
.menu-item-active {
|
|
border-bottom-color: $sidebar-highlight;
|
|
color: $sidebar-highlight;
|
|
|
|
&:hover {
|
|
border-bottom-color: $sidebar-highlight;
|
|
}
|
|
}
|
|
}
|