Commit c1daa7d1 authored by dimitrieh's avatar dimitrieh

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

parent ce8eb711
......@@ -100,7 +100,8 @@
}
.dropdown-menu-toggle,
.avatar-circle {
.avatar-circle,
.header-user-avatar {
@include transition(border-color);
}
......
......@@ -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,
......@@ -273,4 +281,5 @@ header {
float: left;
margin-right: 5px;
border-radius: 50%;
border: 1px solid $avatar-border;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment