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