1
0
Fork 0

chore: Added style for design filter tags

This commit is contained in:
Joost De Cock 2020-02-09 11:10:12 +01:00
parent 586d92d0a1
commit e19dd87ba0
2 changed files with 8 additions and 0 deletions

View file

@ -12,3 +12,4 @@
@import "components/linedrawing";
@import "components/modelgraph";
@import "components/search";
@import "components/chip";

View file

@ -0,0 +1,7 @@
.chip-tags.MuiChip-clickableColorPrimary:focus,
.MuiChip-colorPrimary.chip-tags {
background: $fc-link-light;
}
.MuiChip-outlinedPrimary.chip-tags {
background: transparent;
}