2020-05-19 16:18:04 +00:00
|
|
|
@import './composite-row/index';
|
|
|
|
|
|
|
|
.proxy-upstreams > ul > li,
|
|
|
|
.proxy-exposed-paths > ul > li,
|
|
|
|
.list-collection > ul > li:not(:first-child) {
|
|
|
|
@extend %composite-row;
|
|
|
|
}
|
|
|
|
/* hoverable rows */
|
2020-05-21 17:46:15 +00:00
|
|
|
%composite-row.linkable,
|
2020-05-19 16:18:04 +00:00
|
|
|
.consul-gateway-service-list > ul > li:not(:first-child),
|
|
|
|
.consul-service-instance-list > ul > li:not(:first-child),
|
|
|
|
.consul-service-list > ul > li:not(:first-child) {
|
|
|
|
@extend %with-composite-row-intent;
|
|
|
|
}
|
|
|
|
.proxy-exposed-paths tbody tr {
|
|
|
|
cursor: default !important;
|
|
|
|
}
|
|
|
|
.proxy-exposed-paths tbody tr:hover {
|
|
|
|
box-shadow: none !important;
|
|
|
|
}
|
|
|
|
.proxy-exposed-paths tbody tr .combined-address button:hover {
|
|
|
|
// In this case we do not need a background on the icon
|
|
|
|
background-color: $transparent !important;
|
|
|
|
}
|
2020-05-14 18:21:01 +00:00
|
|
|
.proxy-exposed-paths > ul,
|
|
|
|
.proxy-upstreams > ul {
|
2020-05-19 16:18:04 +00:00
|
|
|
border-top: 1px solid $gray-200;
|
|
|
|
}
|