summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages
diff options
context:
space:
mode:
authorSarah Groff Hennigh-Palermo <sarah.groff.palermo@gmail.com>2019-04-05 22:25:54 +0000
committerMike Greiling <mike@pixelcog.com>2019-04-05 22:25:54 +0000
commit3e949356dbfa3a5d0b39da9fd7af6a7af2073538 (patch)
tree64d6686cea694e0f3d8e798963c43d8d270b87c9 /app/assets/stylesheets/pages
parentb1ab2cfd10da75de8d7fcd473e82e519c60cee96 (diff)
downloadgitlab-ce-3e949356dbfa3a5d0b39da9fd7af6a7af2073538.tar.gz
Initial pass for tooltip changes
Makes changes for truncation and combines the two related CSS classes. Applies new tooltip comp as close as possible to the span for testing.
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss30
1 files changed, 2 insertions, 28 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index bb08440fda8..3e6aa43175e 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -712,15 +712,9 @@
top: 8px;
}
+.ci-build-text,
.ci-status-text {
- max-width: 110px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- vertical-align: bottom;
- display: inline-block;
- position: relative;
- font-weight: $gl-font-weight-normal;
+ font-weight: 200;
}
@mixin mini-pipeline-graph-color(
@@ -912,26 +906,6 @@ button.mini-pipeline-graph-dropdown-toggle {
flex: 1;
}
- // build name
- .ci-build-text,
- .ci-status-text {
- font-weight: 200;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- max-width: 70%;
- margin-left: 2px;
- display: inline-block;
-
- &::after {
- content: '';
- display: block;
- }
-
- @include media-breakpoint-down(xs) {
- max-width: 60%;
- }
- }
.ci-status-icon {
@extend .append-right-8;