pageactions are buttons now
This commit is contained in:
parent
d8a13e0624
commit
af81d6cd83
@ -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 _
|
||||
|
||||
@ -12,6 +12,5 @@
|
||||
&:not(:last-child) {
|
||||
margin-right: 7px;
|
||||
padding-right: 7px;
|
||||
border-right: 1px solid var(--color-primary);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user