Skip to content

Commit

Permalink
fix: sidebar border colors
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Aug 3, 2021
1 parent 78d8436 commit 46be98e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/_root.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
}

:not(.color-level) .color-level {
border: 2px solid var(--color-level-2);
box-shadow: 0 0 0 2px var(--color-level-2);
}
6 changes: 1 addition & 5 deletions src/_views.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@

.cp__right-sidebar .sidebar-item {
margin: var(--ct-sidebar-padding) 0;
box-shadow: none;
}

.cp__right-sidebar .sidebar-item:not(:last-of-type) {
border-bottom: 1px solid var(--ls-border-color);
border-radius: 2px;
}

.cp__right-sidebar {
Expand Down

0 comments on commit 46be98e

Please sign in to comment.