This commit is contained in:
vinceliuice
2022-09-24 09:54:27 +08:00
parent e3dd0f55b6
commit fce6afba30
3 changed files with 21 additions and 2 deletions

View File

@@ -192,6 +192,7 @@ flowbox {
flowboxchild {
padding: 4px;
border-radius: $corner-radius;
color: $text;
&:selected { @extend %selected_items_color; }
}