ui: Reinstate tooltip for exposed paths pill (#8598)

This commit is contained in:
John Cowen 2020-09-02 14:47:04 +01:00 committed by GitHub
parent 6ae3e3ffc7
commit 736a3c89e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,10 @@
.healthcheck-output {
@extend %healthcheck-output;
}
%healthcheck-output em::before {
%healthcheck-output dd em[data-tooltip] {
@extend %with-pseudo-tooltip;
}
%healthcheck-output dd em::before {
width: 250px;
/* TODO: All tooltips previously used */
/* nowrap, they shouldn't */

View File

@ -16,6 +16,7 @@
}
%healthcheck-output dd em {
@extend %pill;
background-color: $gray-100;
/*TODO: Should this be merged into %pill? */
cursor: default;
font-style: normal;