aloha-vue 1.2.266 → 1.2.267

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "Vue.js"
15
15
  ],
16
16
  "homepage": "https://github.com/ilia-brykin/aloha/#README.md",
17
- "version": "1.2.266",
17
+ "version": "1.2.267",
18
18
  "author": {
19
19
  "name": "Ilia Brykin",
20
20
  "email": "brykin.ilia@gmail.com"
@@ -187,6 +187,14 @@ input:not(:-webkit-autofill) {
187
187
  animation-name: onAutoFillCancel;
188
188
  }
189
189
 
190
+ //password/
191
+ input[type="password"]::-ms-reveal {
192
+ display: none;
193
+ }
194
+ input[type="text"]::-ms-clear {
195
+ display: none;
196
+ }
197
+
190
198
  @keyframes onAutoFillStart {
191
199
  from {/**/}
192
200
  to {/**/}