From 16188d8108f5bca4c7cbdf49c2fbe8ea5626cad5 Mon Sep 17 00:00:00 2001 From: Ivan <8611739+IRBorisov@users.noreply.github.com> Date: Wed, 26 Feb 2025 00:10:42 +0300 Subject: [PATCH] M: Fix selection styling --- rsconcept/frontend/src/styling/setup.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 {