@opentiny/vue-theme
Version:
An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.
1 lines • 869 B
CSS
.tiny-drop-times{--tv-DropTimes-item-font-size:var(--tv-font-size-default, 14px);--tv-DropTimes-item-padding:0 var(--tv-space-xl, 16px);--tv-DropTimes-item-selected-font-weight:var(--tv-font-weight-regular, 400);--tv-DropTimes-item-selected-color:var(--tv-color-text-active, #1476ff);--tv-DropTimes-item-select-hover-bg-color:var(--tv-color-bg-active-emphasize-1, #ffffff);--tv-DropTimes-item-hover-bg-color:var(--tv-color-bg-hover, #f5f5f5)}.tiny-drop-times .tiny-select-dropdown__item{font-size:var(--tv-DropTimes-item-font-size);padding:var(--tv-DropTimes-item-padding)}.tiny-drop-times .tiny-select-dropdown__item:not(.disabled):hover{background-color:var(--tv-DropTimes-item-hover-bg-color)}.tiny-drop-times .tiny-select-dropdown__item.selected:not(.disabled){font-weight:var(--tv-DropTimes-item-selected-font-weight);color:var(--tv-DropTimes-item-selected-color)}