fix: add styles for task-status

This commit is contained in:
Peng Xiao
2021-06-11 16:37:47 +08:00
committed by Tienson Qin
parent caad77657e
commit 569059642e
2 changed files with 8 additions and 6 deletions

View File

@@ -190,13 +190,15 @@
background-color: var(--ls-page-properties-background-color);
}
.marker-switch {
.block-marker {
padding: 2px 4px;
opacity: 0.5;
font-size: 85%;
margin: 0 2px 0 0px;
font-weight: 600;
}
.marker-switch {
&:hover {
color: var(--ls-link-text-hover-color);
opacity: 1;