Skip to content
Snippets Groups Projects
Commit a80583a9 authored by Eric Eastwood's avatar Eric Eastwood
Browse files

Update avatar border to be opaque for better stacking

parent 0cd42fea
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -60,7 +60,7 @@
}
 
&:not([href]):hover {
border-color: rgba($avatar-border, .2);
border-color: darken($avatar-border, 10%);
}
}
 
Loading
Loading
@@ -99,7 +99,7 @@
.avatar-counter {
background-color: $gray-darkest;
color: $white-light;
border: 1px solid $border-color;
border: 1px solid $avatar-border;
border-radius: 1em;
font-family: $regular_font;
font-size: 9px;
Loading
Loading
Loading
Loading
@@ -379,7 +379,7 @@ $issue-boards-card-shadow: rgba(186, 186, 186, 0.5);
* Avatar
*/
$avatar_radius: 50%;
$avatar-border: rgba(0, 0, 0, .1);
$avatar-border: $border-color;
$gl-avatar-size: 40px;
 
/*
Loading
Loading
Loading
Loading
@@ -346,13 +346,9 @@
display: none;
}
 
.avatar:hover,
.avatar-counter:hover {
border-color: $issuable-sidebar-color;
}
.avatar-counter:hover {
color: $issuable-sidebar-color;
border-color: $issuable-sidebar-color;
}
 
.btn-clipboard {
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