mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 04:59:21 +03:00
Drop the mostly unused InputComponent and use normal <input>
This commit is contained in:
parent
b28d818c86
commit
8ea778a8d4
12 changed files with 67 additions and 130 deletions
|
|
@ -47,8 +47,7 @@
|
|||
}
|
||||
|
||||
select + span {
|
||||
line-height: 1.43em;
|
||||
padding: 4px 0;
|
||||
padding: 2px 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -56,8 +55,7 @@
|
|||
|
||||
cursor: pointer;
|
||||
margin-bottom: 6px;
|
||||
margin-left: -2px;
|
||||
padding: 2px;
|
||||
padding: 2px 0;
|
||||
|
||||
&:focus {
|
||||
outline: 1px dotted;
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue