mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 13:00:39 +03:00
Fix selection for hover
This commit is contained in:
parent
af25c0eef9
commit
2ab01cda42
|
@ -111,6 +111,12 @@
|
|||
.dark & {
|
||||
background: var(--cd-prim-bg-60);
|
||||
}
|
||||
:hover& {
|
||||
background: var(--cl-red-bg-100);
|
||||
.dark & {
|
||||
background: var(--cd-red-bg-100);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[data-color-scheme="dark"] {
|
||||
|
|
Loading…
Reference in New Issue
Block a user