Skip to content

Commit

Permalink
Fix small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed May 10, 2024
1 parent 94b07ce commit 20d11b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions packages/edit-site/src/components/layout/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
align-items: center;
justify-content: center;
border-bottom: 1px solid transparent;
background: $gray-900;

&:hover,
&:active {
Expand Down
4 changes: 0 additions & 4 deletions packages/edit-site/src/components/site-hub/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
width: $header-height;
flex-shrink: 0;

.edit-site-layout__view-mode-toggle-icon {
background: $gray-900;
}

&.has-transparent-background .edit-site-layout__view-mode-toggle-icon {
background: transparent;
}
Expand Down

0 comments on commit 20d11b0

Please sign in to comment.