Skip to content

Commit

Permalink
fix: border rule
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti committed Oct 5, 2023
1 parent 6f98273 commit be3b8f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/fuselage/src/components/Sidebar/Sidebar.styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ $sidebar-banner-color-danger: theme(

color: $sidebar-color-font-default;

border: 2px solid transparent;

&__wrapper {
@extend %sidebar-base;
@include typography.use-with-truncated-text();
Expand All @@ -220,7 +222,6 @@ $sidebar-banner-color-danger: theme(

&--clickable {
@include clickable;
border: 2px solid transparent;

@include on-hover {
@include use-no-shadow;
Expand Down

0 comments on commit be3b8f6

Please sign in to comment.