From c7479118e3b9ceeb43bbfbd7135fc397912e5475 Mon Sep 17 00:00:00 2001 From: Chrystian Huot Date: Wed, 5 Aug 2020 09:35:36 -0400 Subject: [PATCH] Fix background color for search and select panel --- .../rdio-scanner/rdio-scanner.component.scss | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/client/src/app/components/rdio-scanner/rdio-scanner.component.scss b/client/src/app/components/rdio-scanner/rdio-scanner.component.scss index 751cd60..115dcfb 100644 --- a/client/src/app/components/rdio-scanner/rdio-scanner.component.scss +++ b/client/src/app/components/rdio-scanner/rdio-scanner.component.scss @@ -6,6 +6,14 @@ flex-direction: row; font-family: Roboto, 'Helvetica Neue', sans-serif; justify-content: center; + + .mat-sidenav, + .mat-sidenav-container, + .mat-toolbar { + background-color: inherit; + color: inherit; + padding: 0; + } } :host, @@ -15,14 +23,6 @@ width: 100%; } -.mat-sidenav, -.mat-sidenav-container, -.mat-toolbar { - background-color: inherit; - color: inherit; - padding: 0; -} - .rdio-button, .rdio-button-mini, .rdio-button-none { @@ -332,6 +332,7 @@ } .rdio-search-results { + .mat-cell, .mat-header-cell { &:first-of-type {