mirror of https://github.com/hashicorp/consul
ui: Remove top border from Consul::AuthMethod::List (#10195)
parent
a227966d85
commit
da78615b58
|
@ -64,7 +64,8 @@ html[data-route='dc.services.index'] .consul-service-list ul,
|
||||||
.consul-lock-session-list ul,
|
.consul-lock-session-list ul,
|
||||||
.consul-role-list ul,
|
.consul-role-list ul,
|
||||||
.consul-policy-list ul,
|
.consul-policy-list ul,
|
||||||
.consul-token-list ul {
|
.consul-token-list ul,
|
||||||
|
.consul-auth-method-list ul {
|
||||||
border-top-width: 0 !important;
|
border-top-width: 0 !important;
|
||||||
}
|
}
|
||||||
.notice + .consul-token-list ul {
|
.notice + .consul-token-list ul {
|
||||||
|
|
Loading…
Reference in New Issue