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

allow component to inherit font family choices

I ran into this issue where the component was using the browser's default san-serif font, which of course we don't use. This will allow it to just take the font from the application its used in and continue on without much friction.
This commit is contained in:
Todd Baur
2018-06-07 21:01:59 +09:00
committed by GitHub
parent 867a74cddb
commit 62adbb47b6
+1 -1
View File
@@ -1,7 +1,7 @@
<style>
.v-select {
position: relative;
font-family: sans-serif;
font-family: inherit;
}
.v-select,