fix(style): Password Input remove styles and indent

environments/review-docs-feat-z0hkbz/deployments/20103
ArneBo 2024-12-29 13:35:32 +01:00 zatwierdzone przez upsiflu
rodzic a2677477f7
commit a33face736
1 zmienionych plików z 14 dodań i 26 usunięć

Wyświetl plik

@ -74,15 +74,3 @@ const copyPassword = () => {
</Input>
</div>
</template>
<style>
input#password-field {
outline: none;
}
label#password-field .input-right .button,
label#password-field .input-right .button:hover {
background-color: transparent !important;
border: none !important;
}
</style>