Skip to content

Commit

Permalink
chore(playground): color icon if Queued
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Nov 21, 2023
1 parent 3c0c32c commit 82bb4a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/document/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,10 @@ pre {
color: var(--category-color);
opacity: 1;
}

&:checked ~ label:before {
background-color: var(--category-color);
}
}
}

Expand Down

0 comments on commit 82bb4a5

Please sign in to comment.