pageactions are buttons now
This commit is contained in:
parent
d8a13e0624
commit
af81d6cd83
@ -6,5 +6,5 @@ $if hasPageActions
|
|||||||
$case menuType
|
$case menuType
|
||||||
$of PageActionPrime (MenuItem label mIcon route _)
|
$of PageActionPrime (MenuItem label mIcon route _)
|
||||||
<li .pagenav__list-item>
|
<li .pagenav__list-item>
|
||||||
<a .pagenav__link-wrapper href=@{route}>#{label}
|
<a .btn.pagenav__link-wrapper href=@{route}>#{label}
|
||||||
$of _
|
$of _
|
||||||
|
|||||||
@ -12,6 +12,5 @@
|
|||||||
&:not(:last-child) {
|
&:not(:last-child) {
|
||||||
margin-right: 7px;
|
margin-right: 7px;
|
||||||
padding-right: 7px;
|
padding-right: 7px;
|
||||||
border-right: 1px solid var(--color-primary);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user