remove underline effect on ligin when focused

This commit is contained in:
nklhrstv 2020-03-28 17:44:25 +02:00
parent 0d50aee096
commit 5aefb91631

View file

@ -85,7 +85,7 @@
text-align: center;
color: @color-surface-dark2-90;
&:hover, &:focus {
&:hover {
.login-label {
text-decoration: underline;
}