Commit 5bf287ac authored by Phil Hughes's avatar Phil Hughes

fixed scss lint

parent 64be67f3
...@@ -859,6 +859,10 @@ header.header-content .dropdown-menu.projects-dropdown-menu { ...@@ -859,6 +859,10 @@ header.header-content .dropdown-menu.projects-dropdown-menu {
.projects-list-search-container { .projects-list-search-container {
padding: 8px 0; padding: 8px 0;
overflow-y: auto; overflow-y: auto;
li.section-empty.section-failure {
color: $callout-danger-color;
}
} }
.section-header, .section-header,
...@@ -869,13 +873,6 @@ header.header-content .dropdown-menu.projects-dropdown-menu { ...@@ -869,13 +873,6 @@ header.header-content .dropdown-menu.projects-dropdown-menu {
font-size: $gl-font-size; font-size: $gl-font-size;
} }
.projects-list-frequent-container,
.projects-list-search-container {
li.section-empty.section-failure {
color: $callout-danger-color;
}
}
.search-input-container { .search-input-container {
position: relative; position: relative;
padding: 4px $gl-padding; padding: 4px $gl-padding;
......
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