Sha256: 5eea81466e6952228604f45a63613b51d1e842cc1782b2f2ba0c24180ac914d6
Contents?: true
Size: 696 Bytes
Versions: 72
Compression:
Stored size: 696 Bytes
Contents
// Specific styles for entity branding .select2-container--default { .select2-selection--single { color: color-yiq($primary) !important; background-image: $custom-select-indicator; &, .select2-selection__placeholder, .select2-selection__choice__remove, .select2-selection__rendered, .select2-selection__rendered .select2-selection__choice { color: color-yiq($primary, $yiq-text-dark, $primary) !important; } } &.select2-container--focus .select2-selection--multiple, &.select2-container--open .select2-selection--single { border-color: $primary !important; } .select2-search--dropdown .select2-search__field:focus { border-color: $primary !important; } }
Version data entries
72 entries across 72 versions & 1 rubygems