Skip to content
Snippets Groups Projects
Commit 6b762b9a authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

Fix tooltip scss for anchors.

Adds css for button's tooltips to have similar behavior.
Removes padding from mini graph table cell to guarantee stages don't break line on hover
parent 199b17e5
No related branches found
No related tags found
No related merge requests found
Loading
@@ -94,6 +94,10 @@
Loading
@@ -94,6 +94,10 @@
padding: 10px 8px; padding: 10px 8px;
} }
   
td.stage-cell {
padding: 10px 0;
}
.commit-link { .commit-link {
padding: 9px 8px 10px; padding: 9px 8px 10px;
} }
Loading
@@ -291,12 +295,14 @@
Loading
@@ -291,12 +295,14 @@
height: 22px; height: 22px;
margin: 3px 6px 3px 0; margin: 3px 6px 3px 0;
   
.tooltip { // Hack to show a button tooltip inline
white-space: nowrap; button.has-tooltip + .tooltip {
min-width: 105px;
} }
   
.tooltip-inner { // Bootstrap way of showing the content inline for anchors.
padding: 3px 4px; a.has-tooltip {
white-space: nowrap;
} }
   
&:not(:last-child) { &:not(:last-child) {
Loading
Loading
---
title: Fix tooltips in mini pipeline graph
merge_request:
author:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment