aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src/index.css')
-rw-r--r--vnext/src/index.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/vnext/src/index.css b/vnext/src/index.css
index 71900085..e7f25009 100644
--- a/vnext/src/index.css
+++ b/vnext/src/index.css
@@ -219,7 +219,7 @@ hr {
#sidebar > a:hover {
background-color: #f8f8f8;
- border-right: 2px solid #ff339a;
+ border-top: 2px solid #ff339a;
cursor: pointer;
}
@@ -323,6 +323,11 @@ hr {
}
#sidebar {
flex-direction: column;
+ justify-content: initial;
+ }
+ #sidebar > a:hover {
+ border-top: initial;
+ border-right: 2px solid #ff339a;
}
#content {
overflow-y: initial;