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);
- }
}