We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc341e6 commit 3e9dfa2Copy full SHA for 3e9dfa2
src/components/MdField/MdField.vue
@@ -12,8 +12,8 @@
12
13
<transition name="md-input-action" appear>
14
<md-button tabindex="-1" class="md-icon-button md-dense md-input-action md-toggle-password" @click="togglePassword" v-if="hasPasswordToggle">
15
- <md-password-off-icon v-if="MdField.togglePassword" />
16
- <md-password-on-icon v-else />
+ <md-password-on-icon v-if="MdField.togglePassword" />
+ <md-password-off-icon v-else />
17
</md-button>
18
</transition>
19
</div>
@@ -208,7 +208,6 @@
208
font-family: inherit;
209
font-size: 16px;
210
line-height: $md-input-height;
211
- box-shadow: 0px 0px transparent; // firefox required fix
212
213
&[type="date"] {
214
0 commit comments