2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

feat: add input-background css variable (#1650)

Co-authored-by: Jeff Sagal <sagalbot@gmail.com>
This commit is contained in:
Kareem Dabbeet
2022-07-17 20:41:44 +03:00
committed by GitHub
parent 33da544974
commit f69a026a79
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@
/* Search Input */
--vs-search-input-color: inherit;
--vs-search-input-bg: rgb(255, 255, 255);
--vs-search-input-placeholder-color: inherit;
/* Font */
+1 -1
View File
@@ -14,7 +14,7 @@
appearance: none;
display: flex;
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-radius: var(--vs-border-radius);
white-space: normal;