CSSをどうにかするのを諦める

This commit is contained in:
shibafu
2020-08-12 23:05:38 +09:00
parent 196819270b
commit ae79f0225e
4 changed files with 11 additions and 13 deletions

View File

@@ -13,6 +13,7 @@ $primary: #e53fb1;
// Components
@import "components/ejaculation";
@import "components/link-card";
@import "components/tag-input";
// Tag
@import "tag/index";

View File

@@ -0,0 +1,8 @@
.tis-tag-input-item {
cursor: pointer;
}
.tis-tag-input-field {
border: 0;
outline: 0;
}