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:
authorFilipa Lacerda <filipa@gitlab.com>2017-11-06 14:11:12 +0300
committerFilipa Lacerda <filipa@gitlab.com>2017-11-06 14:11:12 +0300
commit48d51e80abfb5a8e9e20bf10bad2b18f5e446616 (patch)
tree6de65154533048314002e65ff818dad6d9c80ee3 /app/assets/stylesheets/pages
parent3971f9556d7f6fc3fcf68a8020d99033b0569604 (diff)
Remove native title tooltip in pipeline jobs dropdown in Safari
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 2a8cbc61af7..2d90404ab05 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -823,6 +823,11 @@ button.mini-pipeline-graph-dropdown-toggle {
margin-left: 2px;
display: inline-block;
+ &::after {
+ content: '';
+ display: block;
+ }
+
@media (max-width: $screen-xs-max) {
max-width: 60%;
}