pageactions are buttons now

This commit is contained in:
Felix Hamann 2018-07-03 10:21:07 +02:00
parent d8a13e0624
commit af81d6cd83
2 changed files with 1 additions and 2 deletions

View File

@ -6,5 +6,5 @@ $if hasPageActions
$case menuType
$of PageActionPrime (MenuItem label mIcon route _)
<li .pagenav__list-item>
<a .pagenav__link-wrapper href=@{route}>#{label}
<a .btn.pagenav__link-wrapper href=@{route}>#{label}
$of _

View File

@ -12,6 +12,5 @@
&:not(:last-child) {
margin-right: 7px;
padding-right: 7px;
border-right: 1px solid var(--color-primary);
}
}