mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 04:50:36 +03:00
M: Fix selection styling
This commit is contained in:
parent
de60e6f77b
commit
16188d8108
|
@ -86,9 +86,10 @@
|
|||
|
||||
::selection {
|
||||
background: var(--clr-sec-100);
|
||||
tr :hover& {
|
||||
background: var(--clr-warn-100);
|
||||
}
|
||||
}
|
||||
|
||||
tr:hover ::selection {
|
||||
background: var(--clr-warn-100);
|
||||
}
|
||||
|
||||
::placeholder {
|
||||
|
|
Loading…
Reference in New Issue
Block a user