Skip to content

Commit

Permalink
Merge pull request #822 from 3DStreet/fix-weird-background
Browse files Browse the repository at this point in the history
remove weird background image when right panel title is clicked
  • Loading branch information
kfarr authored Sep 1, 2024
2 parents 0e163a1 + 4740a24 commit 363f2f9
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 363f2f9

Please sign in to comment.