Skip to content

Commit

Permalink
Update cards.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
AnubisNekhet authored Jun 1, 2023
1 parent 885e725 commit bc25266
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/modules/Workspace/Layouts/cards.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ body.anp-card-layout {
--ribbon-padding: 0;
&.anp-hide-borders {
--tab-outline-color: transparent;
}
&.anp-hide-borders .menu {
border: 0px !important; /*hide menu border*/
.menu {
border: 0px !important; // hide menu border
}
}

.sidebar-toggle-button, .workspace-tabs.mod-top {
--tab-container-background: var(--card-background-color);
}
Expand Down

0 comments on commit bc25266

Please sign in to comment.