Commit 183b3103 authored by Clement Ho's avatar Clement Ho

[skip ci] cleanup css

parent a9978bbb
......@@ -97,7 +97,7 @@
.avatar-counter {
background-color: $gray-darkest;
color: $white-light;
border: 1px solid $white-light;
border: 1px solid $avatar-counter-border-color;
border-radius: 1em;
font-family: $regular_font;
font-size: 9px;
......
......@@ -439,6 +439,7 @@ $help-shortcut-header-color: #333;
$issues-today-bg: #f3fff2;
$issues-today-border: #e1e8d5;
$compare-display-color: #888;
$avatar-counter-border-color: #e6e6e6;
/*
* jQuery UI
......
......@@ -307,6 +307,10 @@
margin-top: 0;
}
.sidebar-avatar-counter {
padding-top: 2px;
}
.author {
display: none;
}
......@@ -340,7 +344,6 @@
width: 24px;
height: 24px;
border-radius: 12px;
line-height: 24px;
}
.sidebar-collapsed-user {
......@@ -353,6 +356,11 @@
}
.multiple-users {
height: 24px;
margin-bottom: 17px;
margin-top: 4px;
padding-bottom: 4px;
.btn-link {
padding: 0;
border: 0;
......@@ -363,12 +371,14 @@
}
.btn-link:first-child {
position: absolute;
left: 10px;
z-index: 1;
transform: translateX(3px);
}
.btn-link:last-child {
transform: translateX(-3px);
position: absolute;
right: 10px;
&:hover {
text-decoration: none;
......
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