diff --git a/templates/widgets/pageactionprime.hamlet b/templates/widgets/pageactionprime.hamlet index 2c828a4fa..492a9ebbf 100644 --- a/templates/widgets/pageactionprime.hamlet +++ b/templates/widgets/pageactionprime.hamlet @@ -6,5 +6,5 @@ $if hasPageActions $case menuType $of PageActionPrime (MenuItem label mIcon route _)
  • - #{label} + #{label} $of _ diff --git a/templates/widgets/pageactionprime.lucius b/templates/widgets/pageactionprime.lucius index 3ff84263c..4104aed1b 100644 --- a/templates/widgets/pageactionprime.lucius +++ b/templates/widgets/pageactionprime.lucius @@ -12,6 +12,5 @@ &:not(:last-child) { margin-right: 7px; padding-right: 7px; - border-right: 1px solid var(--color-primary); } }