Commit 92f4484a authored by Clement Ho's avatar Clement Ho Committed by Simon Knox

Merge branch '36589-hide-group-name-on-collapse' into 'master'

Hide group title on sidebar collapse; use more generic class for titles

Closes #36589

See merge request !13777
parent 67ae7bc5
......@@ -70,8 +70,7 @@ $new-sidebar-collapsed-width: 50px;
background-color: $white-light;
}
.project-title,
.group-title {
.sidebar-context-title {
overflow: hidden;
text-overflow: ellipsis;
}
......@@ -106,7 +105,7 @@ $new-sidebar-collapsed-width: 50px;
overflow-x: hidden;
.badge,
.project-title {
.sidebar-context-title {
display: none;
}
......
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