summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose <jvargas@gitlab.com>2018-06-11 12:41:48 -0500
committerJose <jvargas@gitlab.com>2018-06-11 15:15:27 -0500
commit14159dc72b3a46463d17fbf4f8f4784e92e2cded (patch)
tree6583427a2b10dd956cc92dcdb18eb2272f976a58
parent75797ac3d2b534a1deda48c8450027055a7c721b (diff)
downloadgitlab-ce-14159dc72b3a46463d17fbf4f8f4784e92e2cded.tar.gz
Fix collapse sidebar button color
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index e3c63ae5e1a..db52179ca19 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -268,3 +268,11 @@ pre code {
input[type=color].form-control {
height: $input-height;
}
+
+.toggle-sidebar-button {
+ .collapse-text,
+ .icon-angle-double-left,
+ .icon-angle-double-right {
+ color: $gl-text-color-secondary;
+ }
+}