From 6d1799e65c5b9731f839b0c38900dacc313caffe Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Fri, 13 Apr 2018 14:34:02 +0200 Subject: [PATCH] slightly less dominant page actions --- templates/widgets/pageactionprime.hamlet | 1 - templates/widgets/pageactionprime.lucius | 10 +--------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/templates/widgets/pageactionprime.hamlet b/templates/widgets/pageactionprime.hamlet index a681115b5..2c828a4fa 100644 --- a/templates/widgets/pageactionprime.hamlet +++ b/templates/widgets/pageactionprime.hamlet @@ -1,7 +1,6 @@ $newline never $if hasPageActions
-

Aktionen:
    $forall menuType <- menuTypes $case menuType diff --git a/templates/widgets/pageactionprime.lucius b/templates/widgets/pageactionprime.lucius index dd4f3ef39..564603fdf 100644 --- a/templates/widgets/pageactionprime.lucius +++ b/templates/widgets/pageactionprime.lucius @@ -1,8 +1,6 @@ .page-nav-prime { background-color: var(--lightgreybase); - box-shadow: -20px -20px 0 20px var(--lightgreybase), - 20px -20px 0 20px var(--lightgreybase); - padding: 13px 0; + padding: 13px; } .page-nav-prime .pagenav__list { @@ -11,11 +9,5 @@ } .page-nav-prime .pagenav__list-item { display: inline-block; - border-bottom: 2px solid var(--lightbase); margin-right: 7px; - transition: border-bottom-color .2s ease; - - &:hover { - border-bottom-color: var(--lighterbase); - } }