Sha256: 91ef91fd9d54b7cc7848a2802b976b3310b1867cb074f3ee4cc62a6ababc958b
Contents?: true
Size: 1.41 KB
Versions: 6
Compression:
Stored size: 1.41 KB
Contents
@import 'tao/form/globals'; @import 'tao/form/shared/fields/select/multiple_result'; tao-multiple-select-result { min-width: $form-field-width; padding-top: 0.125rem; .selected-item { &:hover { background: $white-color; border-color: $red-color; .icon-close { fill: $red-color; } } &:focus { box-shadow: 0px 0px 2px 0px rgba($border-color, 0.5); } } .link-add { display: flex; align-items: center; align-content: center; flex: 0 0 auto; padding: 0 0.625rem 0 0.5rem; margin: $select-item-margin; height: $select-item-height; border: 1px dashed $border-color; background: $white-color; border-radius: $border-radius-s; color: $text-color; font-size: $select-item-font-size; text-decoration: none; outline: none; .icon-add { font-size: 1rem; fill: $lighter-grey-color; margin: 0 0.25rem 0 0; } .text { line-height: 1.5rem; } &:focus { box-shadow: 0px 0px 2px 0px rgba($border-color, 0.5); } } &[active] .link-add, .link-add:hover { color: $link-color; border-color: $form-field-active-border-color; .icon-add { fill: $link-color; } } &.disabled { .selected-item { &:hover { background-color: $grey-bg-color; border-color: $grey-bg-color; } } .link-add { display: none; } } }
Version data entries
6 entries across 6 versions & 1 rubygems