tweaked password input style
This commit is contained in:
parent
d24bbaa65a
commit
7992ba5bc1
3 changed files with 4 additions and 12 deletions
|
@ -5,7 +5,7 @@ module.exports = function(file, state, emit) {
|
|||
const formClass = file.hasPassword
|
||||
? 'passwordInput'
|
||||
: 'passwordInput passwordInput--hidden';
|
||||
const inputClass = setting ? 'input input--copied' : 'input input--noBtn';
|
||||
const inputClass = setting ? 'input' : 'input input--noBtn';
|
||||
const btnClass = setting
|
||||
? 'inputBtn inputBtn--loading'
|
||||
: 'inputBtn inputBtn--hidden';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue