Skip to content

Commit 4175b38

Browse files
committed
fixes for mdi corrections as per pr #41
1 parent c341fe9 commit 4175b38

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/component/CountrySelection.vue

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,11 @@ export default defineComponent({
115115
});
116116
</script>
117117

118-
<style lang="scss" scoped>
118+
<style lang="scss">
119119
@import '../styles/flags';
120+
120121
.v3-q-tel-input--country {
122+
// Quasar overrides
121123
.q-field__control {
122124
background: none !important;
123125
&::before {
@@ -128,13 +130,15 @@ export default defineComponent({
128130
border: none !important;
129131
}
130132
}
133+
</style>
134+
<style lang="scss" scoped>
131135
.v3-q-tel--country-selector {
132136
position: sticky !important;
133137
bottom: 0 !important;
134138
left: 0 !important;
135139
right: 0 !important;
136140
}
137141
.mdi-border-bottom::before {
138-
content: ""
142+
content: '';
139143
}
140144
</style>

0 commit comments

Comments
 (0)