changes to left toc (#15672)

This commit is contained in:
Allie Sadler 2022-09-16 14:04:38 +01:00 committed by GitHub
parent 6bc1e0d871
commit cc9fd1e02f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -101,7 +101,9 @@ section.section {
} }
.col-nav { .col-nav {
background-color: $bg-sidebar; // background-color: $bg-sidebar;
border-right: 1px solid #ddd;
} }
.col-toc { .col-toc {

View File

@ -42,6 +42,7 @@
// Some links don't have 'href' attr, hence no mouse pointer // Some links don't have 'href' attr, hence no mouse pointer
.nav-sidebar li a { .nav-sidebar li a {
cursor: pointer; cursor: pointer;
color: $light-palette-grey-800;
} }
.nav-sidebar>li>a { .nav-sidebar>li>a {
@ -78,7 +79,7 @@
.nav-sidebar ul li a, .nav-sidebar ul li a,
.nav-sidebar ul li a:focus { .nav-sidebar ul li a:focus {
border-bottom: none; border-bottom: none;
border-left: 1px solid $primary-links; border-left: 1px solid $light-palette-grey-200;
} }
.nav-sidebar .nav > li > a { .nav-sidebar .nav > li > a {
@ -96,6 +97,7 @@
background: $bg-sidebar-active; background: $bg-sidebar-active;
border-left: 4px solid $primary-links; border-left: 4px solid $primary-links;
font-weight: 600; font-weight: 600;
color: #2089C4;
} }
.nav-sidebar ul li ul li a { .nav-sidebar ul li ul li a {