%PDF- %PDF-
Direktori : /home/ugotscom/kma/node_modules/vue-select/src/css/modules/ |
Current File : /home/ugotscom/kma/node_modules/vue-select/src/css/modules/search-input.css |
/* Search Input */ /** * Super weird bug... If this declaration is grouped * below, the cancel button will still appear in chrome. * If it's up here on it's own, it'll hide it. */ .vs__search::-webkit-search-cancel-button { display: none; } .vs__search::-webkit-search-decoration, .vs__search::-webkit-search-results-button, .vs__search::-webkit-search-results-decoration, .vs__search::-ms-clear { display: none; } .vs__search, .vs__search:focus { color: var(--vs-search-input-color); appearance: none; line-height: var(--vs-line-height); font-size: var(--vs-font-size); border: 1px solid transparent; border-left: none; outline: none; margin: 4px 0 0 0; padding: 0 7px; background: none; box-shadow: none; width: 0; max-width: 100%; flex-grow: 1; z-index: 1; } .vs__search::placeholder { color: var(--vs-search-input-placeholder-color); } /** States */ /* Unsearchable */ .vs--unsearchable { .vs__search { opacity: 1; } &:not(.vs--disabled) .vs__search { cursor: pointer; } } /* Single, when searching but not loading or open */ .vs--single.vs--searching:not(.vs--open):not(.vs--loading) { .vs__search { opacity: 0.2; } }