diff --git a/src/client/app.vue b/src/client/app.vue
index 081f4f22d3..ee177b1200 100644
--- a/src/client/app.vue
+++ b/src/client/app.vue
@@ -817,22 +817,6 @@ export default Vue.extend({
 				box-sizing: border-box;
 				color: var(--navFg);
 
-				&:not(.active) {
-					opacity: 0.85;
-
-					&:hover {
-						opacity: 1;
-
-						> [data-icon] {
-							opacity: 1;
-						}
-					}
-
-					> [data-icon] {
-						opacity: 0.85;
-					}
-				}
-
 				> [data-icon] {
 					width: ($header-height - ($avatar-margin * 2));
 				}