Update app/assets/stylesheets/application.css.erb

Co-authored-by: Peter Bhat Harkins <pushcx@users.noreply.github.com>
This commit is contained in:
William Karsten 2022-08-29 13:44:17 -05:00
parent 95fed898dc
commit 3fe43cad69
1 changed files with 4 additions and 0 deletions

View File

@ -1482,6 +1482,10 @@ div.flash-success h2 {
font-weight: bold;
line-height: 13px;
margin-left: 0;
/*
For a decade, select2 had the `x` to remove a tag on the left. TomSelect puts it
on the right, so we hide that and insert an`x` on the left with `a::after` below.
*/
visibility: hidden; /*Part 1 to replace tomSelect default content*/
}