mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
reorder css rule to fix hover color
This commit is contained in:
parent
2910fc8e5b
commit
018268df43
|
|
@ -966,6 +966,9 @@ tr.play td:nth-child(1) a {
|
|||
border-top: 1px solid var(--g-b2);
|
||||
box-shadow: 0 .1em .3em var(--g-sh);
|
||||
}
|
||||
#ggrid>a:hover {
|
||||
background: #303337;
|
||||
}
|
||||
#ggrid>a:focus-visible,
|
||||
#ggrid>a:hover {
|
||||
color: var(--g-f-fg);
|
||||
|
|
@ -973,9 +976,6 @@ tr.play td:nth-child(1) a {
|
|||
border-color: var(--g-f-b1);
|
||||
box-shadow: 0 .1em .3em var(--g-sh);
|
||||
}
|
||||
#ggrid>a:hover {
|
||||
background: #303337;
|
||||
}
|
||||
#ggrid>a:focus-visible .gselchk{
|
||||
display: block;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue