+6
-3
lines changedFilter options
+6
-3
lines changed Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
1
1
<template>
2
-
<md-field class="md-datepicker">
2
+
<md-field :class="['md-datepicker', { 'md-native': !this.mdOverrideNative }]">
3
3
<md-date-icon class="md-date-icon" @click.native="toggleDialog" />
4
4
<md-input :type="type" ref="input" v-model="modelDate" @focus.native="onFocus" pattern="[0-9]{4}-[0-9]{2}-[0-9]{2}" />
5
5
@@ -127,9 +127,12 @@
127
127
}
128
128
129
129
.md-datepicker {
130
-
label {
131
-
top: 0 !important;
130
+
&.md-native {
131
+
label {
132
+
top: 0 !important;
133
+
}
132
134
}
135
+
133
136
.md-date-icon {
134
137
cursor: pointer;
135
138
}
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4