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

fix(1690): Add host to CSS variables definition (#1811)

Fixes #1680
This commit is contained in:
kimulaco
2024-04-03 06:39:44 +09:00
committed by GitHub
parent a573a76e82
commit 77e52c17ee
+2 -1
View File
@@ -1,4 +1,5 @@
:root {
:root,
:host {
--vs-colors--lightest: rgba(60, 60, 60, 0.26);
--vs-colors--light: rgba(60, 60, 60, 0.5);
--vs-colors--dark: #333;