Removed: KnockoutJS 'hasFocus:' because HTML5 has autofocus=""

Knoin.js now searches for [autofocus] and handles it
This commit is contained in:
djmaze 2020-08-22 01:03:03 +02:00
parent 226f77e392
commit 996723a486
18 changed files with 60 additions and 113 deletions

View file

@ -75,6 +75,9 @@
padding-left: 12px;
padding-right: 12px;
}
.inputEmail, .inputPassword {
padding-right: 35px;
}
}
.languageLabel {