Revert "recent_topics: Change background color in dark mode on hover on a row."

This reverts commit 4ee37244bb.

This was not found to be uniformly agreed as an improvement.
This commit is contained in:
Tim Abbott 2024-05-28 14:38:50 -07:00
parent 8ef4ee6845
commit 097066f412
1 changed files with 2 additions and 2 deletions

View File

@ -693,7 +693,7 @@
background-color: var(--color-background);
&:hover {
background-color: var(--color-background-active-narrow-filter);
background-color: hsl(208deg 26% 11% / 60%);
}
}
@ -701,7 +701,7 @@
background-color: hsl(212deg 30% 22% / 40%);
&:hover {
background-color: var(--color-background-active-narrow-filter);
background-color: hsl(212deg 30% 22% / 60%);
}
}