diff options
| author | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2023-07-17 23:11:35 -0400 |
|---|---|---|
| committer | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2023-07-17 23:11:35 -0400 |
| commit | 54308259a8cd3ac98aaee550ea01ad97f17172e6 (patch) | |
| tree | d3bd71ed669ac12eb6173a8a0632e5b276578d3b /src/client/views/MainView.scss | |
| parent | 241332557f10fa97718200821374755b68e4fe10 (diff) | |
so many updates
Diffstat (limited to 'src/client/views/MainView.scss')
| -rw-r--r-- | src/client/views/MainView.scss | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/client/views/MainView.scss b/src/client/views/MainView.scss index b95ce0e99..e33054c8e 100644 --- a/src/client/views/MainView.scss +++ b/src/client/views/MainView.scss @@ -68,10 +68,6 @@ h1, left: 0; z-index: 1; touch-action: none; - - .searchBox-container { - background: $light-gray; - } } .mainView-container, @@ -118,10 +114,6 @@ h1, background: $light-gray; } - .searchBox-container { - background: $dark-gray; - } - .contextMenu-cont, .contextMenu-item { background: $dark-gray; @@ -193,17 +185,6 @@ h1, background: $light-gray; } } - - .propertiesView { - left: 0; - position: absolute; - z-index: 2; - background-color: $light-gray; - - .editable-title { - background-color: $light-gray; - } - } } .mainView-libraryHandle { @@ -250,7 +231,6 @@ h1, .mainView-leftMenuPanel { min-width: var(--menuPanelWidth); - background-color: $dark-gray; border-right: $standard-border; .collectionStackingView { |
