summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2016-09-02 01:33:43 -0500
committerMike Greiling <mike@pixelcog.com>2016-09-07 14:02:21 -0500
commitb2f8ebbb4295e5f070187050e094db87ff9d6ad0 (patch)
treeb743850b7043d4585bcca6a5e126c5519ecc4f19 /app/assets/stylesheets/framework
parent6690fc70478b4d82c49689e9e13e414bc77bb271 (diff)
downloadgitlab-ce-b2f8ebbb4295e5f070187050e094db87ff9d6ad0.tar.gz
refactor sidebar logic into singleton class
Diffstat (limited to 'app/assets/stylesheets/framework')
-rw-r--r--app/assets/stylesheets/framework/sidebar.scss4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss
index 015fe3debf9..558a5fb5d25 100644
--- a/app/assets/stylesheets/framework/sidebar.scss
+++ b/app/assets/stylesheets/framework/sidebar.scss
@@ -128,10 +128,8 @@
.fa {
transition: transform .15s;
- }
- &.is-active {
- .fa {
+ .page-sidebar-pinned & {
transform: rotate(90deg);
}
}