Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose <jvargas@gitlab.com>2018-06-11 20:41:48 +0300
committerJose <jvargas@gitlab.com>2018-06-11 23:15:27 +0300
commit14159dc72b3a46463d17fbf4f8f4784e92e2cded (patch)
tree6583427a2b10dd956cc92dcdb18eb2272f976a58 /app/assets/stylesheets/bootstrap_migration.scss
parent75797ac3d2b534a1deda48c8450027055a7c721b (diff)
Fix collapse sidebar button color
Diffstat (limited to 'app/assets/stylesheets/bootstrap_migration.scss')
-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;
+ }
+}