mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
feat: add input-background css variable (#1650)
Co-authored-by: Jeff Sagal <sagalbot@gmail.com>
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
/* Search Input */
|
/* Search Input */
|
||||||
--vs-search-input-color: inherit;
|
--vs-search-input-color: inherit;
|
||||||
|
--vs-search-input-bg: rgb(255, 255, 255);
|
||||||
--vs-search-input-placeholder-color: inherit;
|
--vs-search-input-placeholder-color: inherit;
|
||||||
|
|
||||||
/* Font */
|
/* Font */
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
appearance: none;
|
appearance: none;
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 0 0 4px 0;
|
padding: 0 0 4px 0;
|
||||||
background: none;
|
background: var(--vs-search-input-bg);
|
||||||
border: var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);
|
border: var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);
|
||||||
border-radius: var(--vs-border-radius);
|
border-radius: var(--vs-border-radius);
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
|
|||||||
Reference in New Issue
Block a user