Correction style colonne non triable
This commit is contained in:
parent
a0293c3e92
commit
a56ab4b4ed
1 changed files with 1 additions and 1 deletions
|
@ -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.);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue