Skip to content

Commit

Permalink
Right sidebar alterations
Browse files Browse the repository at this point in the history
To make it more consistent with the left sidebar.
  • Loading branch information
nucspl authored Aug 17, 2024
1 parent 7eb42df commit 3837d03
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,21 @@ body[data-page=whiteboard] #app-container {
color: var(--ls-link-ref-text-hover-color);
}

#right-sidebar {
.cp__right-sidebar-inner { /* apply border to right sidebar as with left sidebar */
border-left: 1px solid var(--ls-left-sidebar-border-color,var(--lx-gray-03,var(--ls-tertiary-background-color)));
}
.sidebar-item-list > .sidebar-item { /* change sidebar item aesthetic */
border: 1px solid var(--ls-left-sidebar-border-color,var(--lx-gray-03,var(--ls-tertiary-background-color)));
box-shadow: none;
&:hover,
&:hover div > *,
&:hover div[role=region] > * /* band-aid for page graph */ {
background: var(--ls-menu-hover-color);
border-radius: 4px;
}
}
}

/* left sidebar */

Expand Down

0 comments on commit 3837d03

Please sign in to comment.