Commit 08e1ed78 authored by Phil Hughes's avatar Phil Hughes

Merge branch '10597-select-css' into 'master'

Removes EE differences for selects.scss

Closes gitlab-ee#10597

See merge request gitlab-org/gitlab-ce!26472
parents f773248d 0319c31b
......@@ -264,6 +264,16 @@
}
}
.project-result {
.project-name {
font-weight: $gl-font-weight-bold;
}
.project-path {
color: $gl-gray-400;
}
}
.user-result {
min-height: 24px;
display: flex;
......
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