remove grey bg on password reveal eye btn

This commit is contained in:
David Benqué 2019-12-05 11:46:34 +00:00
parent 0be5b90495
commit 9ec2dd8e70
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
@import (reference) "./colortheme-all.less";
.password_main() {
--LessLoader_require: LessLoader_currentFile();
}
@ -17,7 +18,7 @@
justify-content: center;
cursor: pointer;
&:hover {
background-color: rgba(0,0,0,0.1);
color: darken(@colortheme_alertify-primary, 10%);
}
}
}