diff --git a/bootstrap-elements.html b/bootstrap-elements.html index ea85c643..e52f021d 100644 --- a/bootstrap-elements.html +++ b/bootstrap-elements.html @@ -1730,13 +1730,13 @@

Pager

diff --git a/scripts/material.js b/scripts/material.js index 315a43ec..d0e20961 100644 --- a/scripts/material.js +++ b/scripts/material.js @@ -36,7 +36,8 @@ ".navbar a:not(.withoutripple)", ".dropdown-menu a", ".nav-tabs a:not(.withoutripple)", - ".withripple" + ".withripple", + ".pagination li:not(.active, .disabled) a:not(.withoutripple)" ].join(","), "inputElements": "input.form-control, textarea.form-control, select.form-control", "checkboxElements": ".checkbox > label > input[type=checkbox]",