Skip to content
Snippets Groups Projects
Commit 1baf4e15 authored by Serhii Myronets's avatar Serhii Myronets
Browse files

Issue #3302506 by agami4: Remove color hover of the user name and add hover...

Issue #3302506 by agami4: Remove color hover of the user name and add hover state for the user avatar
parent c182c34e
No related tags found
No related merge requests found
......@@ -781,8 +781,8 @@ html:not(.js) .navbar-default .dropdown:hover > button .navbar-nav__icon {
color: #29abe2;
}
.teaser-profile-preview .field--name-uid .field--item a:hover {
color: #29abe2;
.profile-preview-link:hover:before {
border-color: #29abe2;
}
@media (min-width: 900px) {
......
......@@ -931,6 +931,6 @@ html:not(.js) .navbar-default {
color: $brand-primary;
}
.teaser-profile-preview .field--name-uid .field--item a:hover{
color: $brand-primary;
.profile-preview-link:hover:before {
border-color: $brand-primary;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment