ui: Reinstate tooltip for exposed paths pill (#8598)
This commit is contained in:
parent
6ae3e3ffc7
commit
736a3c89e7
|
@ -2,7 +2,10 @@
|
||||||
.healthcheck-output {
|
.healthcheck-output {
|
||||||
@extend %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;
|
width: 250px;
|
||||||
/* TODO: All tooltips previously used */
|
/* TODO: All tooltips previously used */
|
||||||
/* nowrap, they shouldn't */
|
/* nowrap, they shouldn't */
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
}
|
}
|
||||||
%healthcheck-output dd em {
|
%healthcheck-output dd em {
|
||||||
@extend %pill;
|
@extend %pill;
|
||||||
|
background-color: $gray-100;
|
||||||
/*TODO: Should this be merged into %pill? */
|
/*TODO: Should this be merged into %pill? */
|
||||||
cursor: default;
|
cursor: default;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
|
Loading…
Reference in New Issue