style: only limit hovering hinting to specific class

This commit is contained in:
Oliver Booth 2024-02-28 18:20:09 +00:00
parent af2857103b
commit 9c3bf6e5a2
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5
1 changed files with 1 additions and 1 deletions

View File

@ -126,6 +126,6 @@ textarea {
} }
} }
table.table tr:hover td { table.table.highlight-on-hover tr:hover td {
background-color: rgba(#03A9F4, 10%); background-color: rgba(#03A9F4, 10%);
} }