Skip to content

Commit

Permalink
remove weird background image when right panel title is clicked
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin committed Sep 1, 2024
1 parent a22ce4b commit 4740a24
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/editor/style/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -671,14 +671,6 @@ span {
background-color: variables.$purple-200;
}

.outliner.hide #layers-title:active span {
display: block;
font-size: 18px;
color: variables.$lightgray-200;
background-position: left;
background-image: url(variables.$iconLayersActive) !important;
}

.outliner.hide #toggle-rightbar {
background: rgba(50, 50, 50, 0.5) !important;
backdrop-filter: blur(24px);
Expand Down

0 comments on commit 4740a24

Please sign in to comment.