提交 9e6113a2 编写于 作者: P Phil Hughes

spacing fixes

made the title a link back to the dashboard

[ci skip]
上级 b9ba97f1
......@@ -227,7 +227,7 @@ header {
}
a {
color: $gl-text-color;
color: currentColor;
&:hover {
text-decoration: underline;
......
......@@ -18,11 +18,19 @@ header.navbar-gitlab-new {
.title {
padding-top: 14px;
padding-right: 10px;
padding-right: 9px;
color: currentColor;
@media (min-width: $screen-sm-min) {
padding-right: 20px;
padding-right: 15px;
}
a {
&:hover,
&:focus {
color: currentColor;
text-decoration: none;
}
}
}
......@@ -35,6 +43,11 @@ header.navbar-gitlab-new {
.dropdown-menu {
margin-top: 4px;
min-width: 130px;
@media (max-width: $screen-xs-max) {
left: auto;
right: 0;
}
}
}
......@@ -122,4 +135,17 @@ header.navbar-gitlab-new {
.search-input::placeholder {
color: $gray-normal;
}
.location-badge {
color: $gray-normal;
background-color: #2d2d2d;
}
&.search-active {
.search-input-wrap {
i {
color: $gray-normal;
}
}
}
}
......@@ -8,7 +8,8 @@
.title-container
%h1.title
GitLab
= link_to root_path, title: 'Dashboard' do
GitLab
- if current_user
= render "layouts/nav/new_dashboard"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册