diff --git a/ui/app/styles/components/popup-menu.scss b/ui/app/styles/components/popup-menu.scss index 56446ab912..2c78604e89 100644 --- a/ui/app/styles/components/popup-menu.scss +++ b/ui/app/styles/components/popup-menu.scss @@ -55,7 +55,8 @@ color: $menu-item-hover-color; } - &.is-active { + &.active, + .is-active { background-color: $menu-item-active-background-color; color: $menu-item-active-color; } diff --git a/ui/app/templates/vault/cluster.hbs b/ui/app/templates/vault/cluster.hbs index b872685571..3663a3fefe 100644 --- a/ui/app/templates/vault/cluster.hbs +++ b/ui/app/templates/vault/cluster.hbs @@ -12,10 +12,11 @@ {{/if}} -
  • +
  • @@ -23,11 +24,12 @@
  • {{#if (has-permission "access")}} -
  • +
  • @@ -36,11 +38,12 @@
  • {{/if}} {{#if (has-permission "policies")}} -
  • +
  • @@ -49,10 +52,11 @@
  • {{/if}} {{#if (has-permission "tools")}} -
  • +
  • Tools