Fix only the title being highlighted after hovering a bit on an article (#8538)

Before:

![before](https://github.com/user-attachments/assets/cafbbe8d-bad9-40fc-bb85-f825a2c16003)

After:

![after](https://github.com/user-attachments/assets/ca5f8736-66e0-4634-bf97-fe03e9633a63)

Affected themes were:

* Alternative Dark
* Origine
* Pafat
This commit is contained in:
Inverle
2026-02-28 15:06:36 +01:00
committed by GitHub
parent 41031fc6d3
commit 8497524ac0
6 changed files with 0 additions and 12 deletions

View File

@@ -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);
}

View File

@@ -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);
}

View File

@@ -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);
}

View File

@@ -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);
}

View File

@@ -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);
}

View File

@@ -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);
}