提交 ce8eb711 编写于 作者: D dimitrieh

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

上级 03171bbf
......@@ -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 {
......@@ -56,6 +52,10 @@
border-radius: 0;
border: none;
}
&:not([href]):hover {
border-color: rgba($avatar-border, .2);
}
}
.identicon {
......
......@@ -99,8 +99,8 @@
.edit-link {
color: $gl-gray;
&:hover {
color: $md-link-color;
&:not([href]):hover {
color: rgba($avatar-border, .2);
}
}
}
......@@ -279,7 +279,7 @@
text-decoration: none;
.avatar {
border-color: $md-link-color;
border-color: rgba($avatar-border, .2);
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册