|
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
html[data-route^='dc.nodes.show.metadata'] table tr {
|
|
cursor: default;
|
|
}
|
|
html[data-route^='dc.nodes.show.sessions'] .consul-lock-session-list {
|
|
@extend %list-after-secondary-nav;
|
|
}
|