summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorNathan Friend <nfriend@gitlab.com>2019-01-17 09:43:03 -0400
committerNathan Friend <nfriend@gitlab.com>2019-01-17 09:43:03 -0400
commit63e7b21f6eacfa96ada2340d8fa463b45dc30d91 (patch)
tree1065ab93cf6f86697faa262b72be5b9bb3863d14 /app/views
parentc184407ee1df4d643235d6f6289b3bd2a3674861 (diff)
downloadgitlab-ce-63e7b21f6eacfa96ada2340d8fa463b45dc30d91.tar.gz
Remove animation from pipeline status icon buttons
The expansion hover animation caused a number of layout headaches; this commit removes the animation and replaces them with hover/active/focus styles. Related issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/42769
Diffstat (limited to 'app/views')
-rw-r--r--app/views/shared/_mini_pipeline_graph.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/shared/_mini_pipeline_graph.html.haml b/app/views/shared/_mini_pipeline_graph.html.haml
index 28b34e38b15..8607f87ce0b 100644
--- a/app/views/shared/_mini_pipeline_graph.html.haml
+++ b/app/views/shared/_mini_pipeline_graph.html.haml
@@ -7,7 +7,6 @@
.stage-container.dropdown{ class: klass }
%button.mini-pipeline-graph-dropdown-toggle.has-tooltip.js-builds-dropdown-button{ class: "ci-status-icon-#{detailed_status.group}", type: 'button', data: { toggle: 'dropdown', title: "#{stage.name}: #{detailed_status.label}", placement: 'top', "stage-endpoint" => stage_ajax_project_pipeline_path(pipeline.project, pipeline, stage: stage.name) } }
= sprite_icon(icon_status)
- = icon('caret-down')
%ul.dropdown-menu.mini-pipeline-graph-dropdown-menu.js-builds-dropdown-container
%li.js-builds-dropdown-list.scrollable-menu