UNPKG

ember-assembly

Version:

A collection of beautiful UI components built by Goods

45 lines (38 loc) 828 B
.ui-combobox-option { align-items: center; border-top: 1px solid var(--ea-colour-blue-b3); color: var(--ea-colour-text-default); cursor: pointer; display: flex; font-family: var(--ea-typography-ui); font-size: 12px; font-weight: 400; line-height: 1.5em; overflow-x: hidden; padding: scale(2) scale(4); text-overflow: ellipsis; white-space: nowrap; } .ui-combobox-option:first-child { border-top: 0; } .ui-combobox-option:hover { background: var(--ea-colour-blue-b2); } .selected { width: 24px; } .selected svg path { fill: var(--ea-colour-blue-base); } .is-selected { background: var(--ea-colour-blue-b2); color: var(--ea-colour-blue-base); } .spot { background-color: var(--ea-colour-neutral-n4); border-radius: 100%; width: scale(2); height: scale(2); margin-left: 2px; }