Skip to content
Snippets Groups Projects
Commit bb8715cb authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Merge branch 'release-2.3'

parents 1bd16cdd 56079e10
No related merge requests found
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -129,13 +129,20 @@ label.list-group-item {
}
}
.sidebar .title.collapsed {
.sidebar .title {
cursor: pointer;
}
.sidebar .title:before {
content:'\25B2';
float:right;
}
.sidebar .title.collapsed.collapsed {
.sidebar .title.collapsed {
border-radius: 4px;
}
.sidebar .title.collapsed:before {
content:'\25BC';
}
.sidebar .collapse .list-group-item,.sidebar .collapsing .list-group-item {
border-top-left-radius: 0px;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -161,6 +161,13 @@ label.list-group-item {border-radius:0;font-weight:normal;margin-top:0;padding-l
cursor:pointer;
&.collapsed {
border-radius:@border-radius-base;
&:after {
content:'\25BC';
}
}
&:after {
content:'\25B2';
float:right;
}
}
.collapse,.collapsing {
......
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