mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-05 23:17:00 -05:00
Delete date opacity while hovering (#6390)
* opacity 0.3 -> 0.5 * delete opacity while hovering
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user