Skip to content

Commit

Permalink
Update _sidebar.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed Jan 16, 2025
1 parent e6473b7 commit 983d118
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion manual/assets/css/src/screen/default/layout/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@

.sidebar-button-open,
.sidebar-button-close {
background: no-repeat center url("/img/svg/chevron_left_white_24dp.svg");
background: no-repeat center transparent;
background-image: url("/img/svg/chevron_left_white_24dp.svg");
border-radius: 25%;
cursor: pointer;
display: block;
opacity: 0.5;
Expand All @@ -42,6 +44,7 @@
}

.sidebar-button-open {
background-color: var(--viewport-button-background-color);
background-image: url("/img/svg/menu_open_black_24dp.svg");
height: 32px;
left: 0.5rem;
Expand Down

0 comments on commit 983d118

Please # to comment.