Kenia 0d88c4ef67
ui: Add health check icon to Ingress Upstreams and add Tooltips in additional areas (#8091)
* Add Health Checks and update Tooltips in Ingress Upstreams

* Update Tooltip in Proxy Info tab Upstreams

* Add Tooltips to Proxy Info tab Exposed Paths

* Add Health Checks with Tooltips to Service List page
2020-06-12 09:35:52 -04:00

16 lines
335 B
SCSS

@import './layout';
@import './skin';
%with-composite-row-intent:hover,
%with-composite-row-intent:focus,
%with-composite-row-intent:active {
@extend %composite-row-intent;
}
%composite-row > a,
%composite-row > p,
%composite-row > li > * {
@extend %composite-row-header;
}
%composite-row > ul {
@extend %composite-row-detail;
}