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

made avatar border color really subtle and not distracting, plus doesn't act on not links anymore

parent 03171bbf
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -24,10 +24,6 @@
&.s110 { @include avatar-size(110px, 15px); }
&.s140 { @include avatar-size(140px, 15px); }
&.s160 { @include avatar-size(160px, 20px); }
&:hover {
border-color: $gl-link-color;
}
}
 
.avatar {
Loading
Loading
@@ -56,6 +52,10 @@
border-radius: 0;
border: none;
}
&:not([href]):hover {
border-color: rgba($avatar-border, .2);
}
}
 
.identicon {
Loading
Loading
Loading
Loading
@@ -99,8 +99,8 @@
.edit-link {
color: $gl-gray;
 
&:hover {
color: $md-link-color;
&:not([href]):hover {
color: rgba($avatar-border, .2);
}
}
}
Loading
Loading
@@ -279,7 +279,7 @@
text-decoration: none;
 
.avatar {
border-color: $md-link-color;
border-color: rgba($avatar-border, .2);
}
}
}
Loading
Loading
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