Browse Source

fix(Station page / Sidebars): fixed issues with night mode

Signed-off-by: Jonathan <theflametrooper@gmail.com>
Jonathan 4 years ago
parent
commit
7963f35e9c

+ 1 - 1
frontend/src/pages/Station/components/Sidebar/Queue/index.vue

@@ -112,7 +112,7 @@ export default {
 @import "../../../../../styles/global.scss";
 
 .night-mode {
-	#queue-items {
+	#queue {
 		background-color: $night-mode-bg-secondary !important;
 		border: 0 !important;
 	}

+ 1 - 1
frontend/src/pages/Station/components/Sidebar/Users.vue

@@ -81,10 +81,10 @@ export default {
 			border: 0.5px $light-grey-2 solid;
 			border-radius: 3px;
 			cursor: pointer;
-			color: #000 !important;
 
 			&:hover {
 				background-color: #eee;
+				color: #000 !important;
 			}
 
 			img {