/
githubmirror
/
element
Обзор
Документация
Войти
/
githubmirror
/
element
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
packages/theme-chalk/src/option.scss
36 строк
791 B
iamkun
chore: generate theme (#14666)
14 мар 2019, 12:55
14 мар 2019, 12:55
5b6cb31
Код
Авторство
О чём код?
@import "mixins/mixins"; @import "common/var"; @include b(select-dropdown) { @include e(item) { font-size: $--select-font-size; padding: 0 20px; position: relative; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: $--select-option-color; height: $--select-option-height; line-height: $--select-option-height; box-sizing: border-box; cursor: pointer; @include when(disabled) { color: $--select-option-disabled-color; cursor: not-allowed; &:hover { background-color: $--color-white; } } &.hover, &:hover { background-color: $--select-option-hover-background; } &.selected { color: $--select-option-selected-font-color; font-weight: bold; } } }