underline effect removed from focus on forgot password

This commit is contained in:
nklhrstv 2020-03-28 18:36:28 +02:00
parent 2f5d775892
commit 0e6e665e04

View file

@ -141,7 +141,7 @@
padding: 0.5rem 1rem;
color: @color-surface-light3-90;
&:hover, &:focus {
&:hover {
text-decoration: underline;
color: @color-secondaryvariant2-light1-90;
}