Browse Source

Theme selector always visible (#5688)

Co-authored-by: math-gh <>
maTh 2 years ago
parent
commit
f5c3a9004d
2 changed files with 2 additions and 10 deletions
  1. 1 5
      p/themes/base-theme/frss.css
  2. 1 5
      p/themes/base-theme/frss.rtl.css

+ 1 - 5
p/themes/base-theme/frss.css

@@ -1846,7 +1846,7 @@ html.slider-active {
 	position: absolute;
 	position: absolute;
 }
 }
 
 
-.theme-preview-list .preview:hover + .nav label {
+.theme-preview-list .preview + .nav label {
 	opacity: 0.5;
 	opacity: 0.5;
 }
 }
 
 
@@ -2381,10 +2381,6 @@ html.slider-active {
 	.stat.half {
 	.stat.half {
 		grid-column: 1 / span 2;
 		grid-column: 1 / span 2;
 	}
 	}
-
-	.theme-preview-list .preview + .nav label {
-		opacity: 0.5;
-	}
 }
 }
 
 
 /*=== PRINTER */
 /*=== PRINTER */

+ 1 - 5
p/themes/base-theme/frss.rtl.css

@@ -1846,7 +1846,7 @@ html.slider-active {
 	position: absolute;
 	position: absolute;
 }
 }
 
 
-.theme-preview-list .preview:hover + .nav label {
+.theme-preview-list .preview + .nav label {
 	opacity: 0.5;
 	opacity: 0.5;
 }
 }
 
 
@@ -2381,10 +2381,6 @@ html.slider-active {
 	.stat.half {
 	.stat.half {
 		grid-column: 1 / span 2;
 		grid-column: 1 / span 2;
 	}
 	}
-
-	.theme-preview-list .preview + .nav label {
-		opacity: 0.5;
-	}
 }
 }
 
 
 /*=== PRINTER */
 /*=== PRINTER */