Skip to content
Snippets Groups Projects
Commit a1c2ebe9 authored by Tillmann Dönicke's avatar Tillmann Dönicke
Browse files

fix(styles): correct some css

parent 5be70959
No related branches found
No related tags found
1 merge request!26Resolve "Move comments below unit lines"
...@@ -344,6 +344,12 @@ hr.metamark-line.doubleLine { ...@@ -344,6 +344,12 @@ hr.metamark-line.doubleLine {
font-style: italic !important; font-style: italic !important;
} }
.note-list > label *:hover {
*::before, *::after {
color: var(--theme-color-compl) !important;
}
}
.note-list > ul { .note-list > ul {
list-style: none; list-style: none;
text-indent: -1em; text-indent: -1em;
...@@ -364,15 +370,11 @@ hr.metamark-line.doubleLine { ...@@ -364,15 +370,11 @@ hr.metamark-line.doubleLine {
font-weight: bold; font-weight: bold;
} }
.unit-container .note-item > label::after { .unit .note-item > label:not(:has(~ input[type=checkbox]:checked))::after {
content: ": "; content: ": ";
font-weight: bold; font-weight: bold;
} }
.unit-container .note-item > label:has(~ input[type=checkbox]:checked)::after {
content: "";
}
/*----------------------------------{ ITEMS: WORDS }--------------------------------*/ /*----------------------------------{ ITEMS: WORDS }--------------------------------*/
.item.w:hover { .item.w:hover {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment