Correction style colonne non triable

This commit is contained in:
Jean-Christophe Engel 2025-10-08 14:46:48 +02:00
parent a0293c3e92
commit a56ab4b4ed

View file

@ -21,6 +21,6 @@
} }
/* désactiver rétroaction pour colonnes non triables */ /* désactiver rétroaction pour colonnes non triables */
table.list > thead td[class~=nosort] a:hover { table.list > thead th[class~=nosort] a:hover {
background-color : rgba(var(--gSecondColor), 0.); background-color : rgba(var(--gSecondColor), 0.);
} }