Sha256: 227ec9f472dfafa1ed3878199bd8e60316f88c1666340c6e8380938e60b3b3fb

Contents?: true

Size: 775 Bytes

Versions: 103

Compression:

Stored size: 775 Bytes

Contents

tags.tagify {
  --tag-inset-shadow-size: 3em;
  --tags-border-color: rgb(var(--color-primary-500));
  --tags-hover-border-color: rgb(var(--color-primary-500));
  --tags-hover-border-color: rgb(var(--color-primary-500));
}

.tagify__dropdown {
  --tagify-dd-color-primary: rgb(var(--color-primary-500));
}

tags.tagify {
  @apply !p-0;

  span.tagify__input {
    @apply my-1;

    &:after {
      /* The loader is not centered by default. This will make it look better. */
      margin-top: 0.25rem;
    }
  }
}

tag.tagify__tag {
  @apply text-sm my-1 mb-0;
}

/* When the tags field is used to select just one value there's a weird ZeroWidthSpace (\u200B) character that breaks the vertical spacing. */
[data-tags-field-mode-value="select"] tags.tagify {
  height: 40px;
}

Version data entries

103 entries across 103 versions & 1 rubygems

Version Path
avo-2.27.0 app/assets/stylesheets/css/tags.css
avo-2.26.3.pre.pr1601 app/assets/stylesheets/css/tags.css
avo-2.26.2.pre.pr1579 app/assets/stylesheets/css/tags.css