improve hover state for open user

This commit is contained in:
Niels Lyngsø
2019-03-18 16:19:02 +01:00
parent 4a26bfe3c3
commit 873d230e0e

View File

@@ -50,8 +50,13 @@
.umb-user-card__goToUser {
&:hover {
text-decoration: none;
.umb-user-card__name {
text-decoration: underline;
text-decoration: underline;
color: @ui-option-type-hover;
}
.umb-avatar {
border: 1px solid @ui-option-type-hover;
}
}
}