From 9c3bf6e5a2a01ee0e48f49b722a918e33473020f Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Wed, 28 Feb 2024 18:20:09 +0000 Subject: [PATCH] style: only limit hovering hinting to specific class --- src/scss/admin.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/admin.scss b/src/scss/admin.scss index 89a0a92..e8ee0b5 100644 --- a/src/scss/admin.scss +++ b/src/scss/admin.scss @@ -126,6 +126,6 @@ textarea { } } -table.table tr:hover td { +table.table.highlight-on-hover tr:hover td { background-color: rgba(#03A9F4, 10%); }