Drop the mostly unused InputComponent and use normal <input>

This commit is contained in:
the-djmaze 2022-09-30 10:17:19 +02:00
parent b28d818c86
commit 8ea778a8d4
12 changed files with 67 additions and 130 deletions

View file

@ -22,7 +22,7 @@
display: inline-block;
height: 1em;
line-height: 1em;
margin-left: 0.5em;
margin-left: 0.5em !important;
&::after {
font-family: "snappymail";
@ -56,7 +56,7 @@ textarea + .settings-save-trigger {
vertical-align: top;
}
.settings-saved-trigger-input {
.settings-save-trigger-input {
transition: border-color 0.5s linear;
&.success {