From 8b8f0cd457429cb8b708c71d00b342a92e45aba5 Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Fri, 8 Feb 2019 22:28:13 +0100 Subject: [PATCH] page actions not underlined because buttons already --- templates/widgets/pageaction.lucius | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/widgets/pageaction.lucius b/templates/widgets/pageaction.lucius index 923c8ceee..29977228d 100644 --- a/templates/widgets/pageaction.lucius +++ b/templates/widgets/pageaction.lucius @@ -14,6 +14,7 @@ .pagenav__link-wrapper { flex: 1; padding: 10px 10px 12px; + text-decoration: none !important; &:hover { background-color: var(--color-grey-light);