Merge pull request #1170 from prymitive/pagination

fix(ui): fix css classes used by pagination
This commit is contained in:
Łukasz Mierzwa
2019-11-19 20:32:11 +00:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -99,6 +99,8 @@ const LabelSetList = observer(
innerClass="pagination justify-content-center"
itemClass="page-item"
linkClass="page-link"
activeClass="active"
activeLinkClass="font-weight-bold"
prevPageText={<FontAwesomeIcon icon={faAngleLeft} />}
nextPageText={<FontAwesomeIcon icon={faAngleRight} />}
firstPageText={<FontAwesomeIcon icon={faAngleDoubleLeft} />}

View File

@@ -263,6 +263,8 @@ const Browser = observer(
innerClass="pagination justify-content-center"
itemClass="page-item"
linkClass="page-link"
activeClass="active"
activeLinkClass="font-weight-bold"
prevPageText={<FontAwesomeIcon icon={faAngleLeft} />}
nextPageText={<FontAwesomeIcon icon={faAngleRight} />}
firstPageText={