Browse Source

Delete date opacity while hovering (#6390)

* opacity 0.3 -> 0.5

* delete opacity while hovering
maTh 1 year ago
parent
commit
d4ac7ea26b
2 changed files with 0 additions and 8 deletions
  1. 0 4
      p/themes/base-theme/frss.css
  2. 0 4
      p/themes/base-theme/frss.rtl.css

+ 0 - 4
p/themes/base-theme/frss.css

@@ -1286,10 +1286,6 @@ a.website:hover .favicon {
 	z-index: 2;
 }
 
-.flux:not(.current):hover .flux_header .item .date {
-	opacity: 0.3;
-}
-
 .flux:not(.current):hover .item .title {
 	background-color: inherit;
 }

+ 0 - 4
p/themes/base-theme/frss.rtl.css

@@ -1286,10 +1286,6 @@ a.website:hover .favicon {
 	z-index: 2;
 }
 
-.flux:not(.current):hover .flux_header .item .date {
-	opacity: 0.3;
-}
-
 .flux:not(.current):hover .item .title {
 	background-color: inherit;
 }