summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2018-06-11 20:48:29 +0000
committerAlessio Caiazza <acaiazza@gitlab.com>2018-06-12 11:37:26 +0200
commit9a0ccbf7475f667141fde6719a061924880e162f (patch)
tree6573999b2bf4c16b622cc5a00cfd991e70ec7108
parentc657c39c62019450f8cc816593ab416b208eb96f (diff)
downloadgitlab-ce-9a0ccbf7475f667141fde6719a061924880e162f.tar.gz
Merge branch 'jivl-fix-collapse-sidebar-button-color' into 'master'
Fix collapse sidebar button color Closes #47354 See merge request gitlab-org/gitlab-ce!19662
-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 c0d930fb37f..129546729af 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -276,3 +276,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;
+ }
+}