We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2041d2c commit d77fbcbCopy full SHA for d77fbcb
docs/.vuepress/theme/styles/sidebar.styl
@@ -69,10 +69,20 @@ header.navbar .nav-links {
69
overflow: hidden;
70
71
> .sidebar-links {
72
- opacity: 0.5;
73
- transition: opacity 0.5s;
+ a {
+ &.active {
74
+ opacity: 1;
75
- &:hover {
76
77
78
+ }
79
80
+
81
+ opacity: 0.5;
82
+ transition: opacity 0.5s;
83
84
85
+ &:hover a {
86
opacity: 1;
87
}
88
0 commit comments