Sha256: 6fb9d18457fd714cd044ce2a41510a21a1fc11daa997802370f71c717519e15b

Contents?: true

Size: 632 Bytes

Versions: 25

Compression:

Stored size: 632 Bytes

Contents

@layer components {
  [data-coco][data-component="seamless-textarea"] {
    @apply text-current;

    textarea {
      @apply block p-0 m-0 border-none w-full focus:ring-0 text-current;

      overflow: hidden;
      resize: none;
      font-size: inherit;
      font-weight: inherit;
      font-style: inherit;
      line-height: inherit;
      background: inherit;
      text-align: inherit;
      overflow-wrap: anywhere;

      &::placeholder {
        @apply text-current opacity-40 transition-opacity;
      }

      &:hover,
      &:focus {
        &::placeholder {
          @apply opacity-60;
        }
      }
    }
  }
}

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
coveragebook_components-0.16.0 app/components/coco/utilities/seamless_textarea/seamless_textarea.css
coveragebook_components-0.15.0 app/components/coco/utilities/seamless_textarea/seamless_textarea.css
coveragebook_components-0.14.0 app/components/coco/utilities/seamless_textarea/seamless_textarea.css
coveragebook_components-0.13.1 app/components/coco/utilities/seamless_textarea/seamless_textarea.css
coveragebook_components-0.13.0 app/components/coco/utilities/seamless_textarea/seamless_textarea.css