Commit b118fccb authored by Connor Shea's avatar Connor Shea

Fix regressions in the design of the project statistics bar.

Fix #18734.
parent 98cede7e
......@@ -373,7 +373,7 @@ a.deploy-project-label {
.project-stats {
margin-top: $gl-padding;
margin-bottom: 0;
padding: 16px 0;
padding: 0;
background-color: $white-light;
font-size: 0;
......@@ -382,13 +382,14 @@ a.deploy-project-label {
}
.nav li {
display: inline;
display: inline-block;
margin: 16px 0;
margin-right: 16px;
}
.nav > li > a {
background-color: transparent;
margin-right: 12px;
padding: 0 10px;
padding: 5px 10px;
font-size: 15px;
color: $notes-light-color;
}
......@@ -402,9 +403,14 @@ a.deploy-project-label {
font-size: 17px;
}
li.missing a {
color: #5a6069;
li.missing {
border: 1px dashed #dce0e5;
border-radius: 2px;
a {
color: #5a6069;
display: block;
}
&:hover {
background-color: #f0f2f5;
......
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