mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-24 08:14:56 -04:00
Fix only the title being highlighted after hovering a bit on an article (#8538)
Before:  After:  Affected themes were: * Alternative Dark * Origine * Pafat
This commit is contained in:
@@ -777,10 +777,6 @@ kbd {
|
||||
background: var(--background-color-hover);
|
||||
}
|
||||
|
||||
.flux:not(.current):hover .item .title {
|
||||
background: var(--background-color-hover);
|
||||
}
|
||||
|
||||
.flux.current:not(.active) {
|
||||
background: var(--background-color-hover);
|
||||
}
|
||||
|
||||
@@ -777,10 +777,6 @@ kbd {
|
||||
background: var(--background-color-hover);
|
||||
}
|
||||
|
||||
.flux:not(.current):hover .item .title {
|
||||
background: var(--background-color-hover);
|
||||
}
|
||||
|
||||
.flux.current:not(.active) {
|
||||
background: var(--background-color-hover);
|
||||
}
|
||||
|
||||
@@ -853,7 +853,6 @@ button:hover .icon,
|
||||
}
|
||||
|
||||
.flux .flux_header:not(.current):hover .flux_header,
|
||||
.flux:not(.current):hover .flux_header .title,
|
||||
.flux.current .flux_header {
|
||||
background-color: var(--background-color-hover);
|
||||
}
|
||||
|
||||
@@ -853,7 +853,6 @@ button:hover .icon,
|
||||
}
|
||||
|
||||
.flux .flux_header:not(.current):hover .flux_header,
|
||||
.flux:not(.current):hover .flux_header .title,
|
||||
.flux.current .flux_header {
|
||||
background-color: var(--background-color-hover);
|
||||
}
|
||||
|
||||
@@ -797,7 +797,6 @@ a.signin {
|
||||
}
|
||||
|
||||
.flux .flux_header:hover,
|
||||
.flux:not(.current):hover .flux_header .title,
|
||||
.flux.current .flux_header {
|
||||
background-color: var(--background-color-grey-hover);
|
||||
}
|
||||
|
||||
@@ -797,7 +797,6 @@ a.signin {
|
||||
}
|
||||
|
||||
.flux .flux_header:hover,
|
||||
.flux:not(.current):hover .flux_header .title,
|
||||
.flux.current .flux_header {
|
||||
background-color: var(--background-color-grey-hover);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user