diff --git a/rsconcept/frontend/src/styling/setup.css b/rsconcept/frontend/src/styling/setup.css index e6454da2..e238547c 100644 --- a/rsconcept/frontend/src/styling/setup.css +++ b/rsconcept/frontend/src/styling/setup.css @@ -86,9 +86,10 @@ ::selection { background: var(--clr-sec-100); - tr :hover& { - background: var(--clr-warn-100); - } + } + + tr:hover ::selection { + background: var(--clr-warn-100); } ::placeholder {