Added :focus-within for tr.
This commit is contained in:
parent
7da359ddda
commit
3fa12d8950
@ -164,9 +164,11 @@ table { overflow-y: scroll; width: 100%; }
|
|||||||
|
|
||||||
tr { vertical-align: top; }
|
tr { vertical-align: top; }
|
||||||
|
|
||||||
tr:hover { background-color: var(--primary-color); color: white; }
|
tr:hover,
|
||||||
|
tr:focus-within { background-color: var(--primary-color); color: white; }
|
||||||
|
|
||||||
tr:hover a { color: white; }
|
tr:hover a,
|
||||||
|
tr:focus-within a { color: white; }
|
||||||
|
|
||||||
th { text-align: left; }
|
th { text-align: left; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user