Skip to content
Snippets Groups Projects
Commit c1daa7d1 authored by dimitrieh's avatar dimitrieh
Browse files

added the same to .header-user-avatar to make it consistent

parent ce8eb711
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -100,7 +100,8 @@
}
 
.dropdown-menu-toggle,
.avatar-circle {
.avatar-circle,
.header-user-avatar {
@include transition(border-color);
}
 
Loading
Loading
Loading
Loading
@@ -57,6 +57,14 @@ header {
 
&.header-user-dropdown-toggle {
margin-left: 14px;
&:hover,
&:focus,
&:active {
.header-user-avatar {
border-color: rgba($avatar-border, .2);
}
}
}
 
&:hover,
Loading
Loading
@@ -273,4 +281,5 @@ header {
float: left;
margin-right: 5px;
border-radius: 50%;
border: 1px solid $avatar-border;
}
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