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:
authorTim Zallmann <tzallmann@gitlab.com>2017-11-01 16:45:56 +0300
committerTim Zallmann <tzallmann@gitlab.com>2017-11-01 16:45:56 +0300
commit488346839b6fa4a708698a88973398848f7b9f26 (patch)
tree52816302f49da579854cdd806dac0fd41d3c565f /app/assets/stylesheets/pages
parentb9236909b39d5e1b6a44d66fa74de211cd4ff7d5 (diff)
Fix for Dropdown Icon Position
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index afe8cdd91a9..3ed596c41ec 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -731,11 +731,11 @@ button.mini-pipeline-graph-dropdown-toggle {
svg {
fill: $gl-text-color-secondary;
- width: $ci-action-icon-size;
- height: $ci-action-icon-size;
+ width: #{$ci-action-icon-size - 6};
+ height: #{$ci-action-icon-size - 6};
left: -3px;
position: relative;
- top: 0;
+ top: -2px;
}
&:hover svg,