From af81d6cd83e2ea3c494424e003b3283b39808fc4 Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Tue, 3 Jul 2018 10:21:07 +0200 Subject: [PATCH] pageactions are buttons now --- templates/widgets/pageactionprime.hamlet | 2 +- templates/widgets/pageactionprime.lucius | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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); } }