M: Fix selection styling
This commit is contained in:
parent
957313dd43
commit
be2ea32674
|
@ -86,9 +86,10 @@
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
background: var(--clr-sec-100);
|
background: var(--clr-sec-100);
|
||||||
tr :hover& {
|
|
||||||
background: var(--clr-warn-100);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tr:hover ::selection {
|
||||||
|
background: var(--clr-warn-100);
|
||||||
}
|
}
|
||||||
|
|
||||||
::placeholder {
|
::placeholder {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user