Skip to content

Commit

Permalink
Remove background color from .switch in Background list (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
rudokemper committed Sep 16, 2021
1 parent 91d41aa commit 3c41ee3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/renderer/components/MapEditor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ insertCss(`
}
.id-container .inspector-body .raw-membership-editor {
display: none;
}
.id-container .layer-list li.switch {
background: none;
}
.id-container .map-panes .map-data-photo-overlays {
display: none;
Expand Down

0 comments on commit 3c41ee3

Please sign in to comment.