comparison client/src/login/Login.vue @ 616:51dc26b0f066

client: avoid extra password reveal button for IE/Edge
author Bernhard Reiter <bernhard@intevation.de>
date Tue, 11 Sep 2018 09:50:37 +0200
parents ef307bd6b5d8
children 6af5f8fee3a3
comparison
equal deleted inserted replaced
615:4ffdb922db44 616:51dc26b0f066
83 .secondary-logo { 83 .secondary-logo {
84 max-width: 375px; 84 max-width: 375px;
85 margin-left: auto; 85 margin-left: auto;
86 margin-right: auto; 86 margin-right: auto;
87 margin-bottom: auto; 87 margin-bottom: auto;
88 }
89
90 /* avoid IE and Edge show a password reveal as we do our own */
91 input[type="password"]::-ms-reveal {
92 display: none;
88 } 93 }
89 </style> 94 </style>
90 95
91 <script> 96 <script>
92 import { mapGetters } from "vuex"; 97 import { mapGetters } from "vuex";