Browse Source

fix(Station page/Users sidebar): fixed nightmode css on username hover

Signed-off-by: Jonathan <theflametrooper@gmail.com>
Jonathan 4 years ago
parent
commit
80c2d0d941
1 changed files with 5 additions and 1 deletions
  1. 5 1
      frontend/src/pages/Station/components/Sidebar/Users.vue

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

@@ -63,6 +63,10 @@ export default {
 		color: $night-mode-text;
 		background-color: $dark-grey-2 !important;
 		border: 0 !important;
+
+		&:hover {
+			color: lighten($night-mode-text, 10%) !important;
+		}
 	}
 }
 
@@ -86,7 +90,7 @@ export default {
 
 			&:hover {
 				background-color: #eee;
-				color: #000 !important;
+				color: #000;
 			}
 
 			img {