Colorize and customize tagging componenent

This commit is contained in:
Jean-Baptiste Bellet
2022-12-08 21:26:29 +01:00
parent 274e0d0335
commit fd87013a63
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
tags-input .tags li.tag-item {
background-color: $v2-blue-light;
}
tags-input .tags {
box-shadow: none;
&.focused {
box-shadow: none;
}
}

View File

@@ -13,6 +13,7 @@
@import "components/tom_select.scss";
@import "components/dropdown.scss";
@import "components/wizard_progress.scss";
@import "components/tags-input.scss";
body {
background-color: $v2-body-bg;