From c033afd722c4ec17c3f91575c01e10934d2260bf Mon Sep 17 00:00:00 2001 From: Dmitry Shustov Date: Thu, 14 May 2015 12:59:32 +0300 Subject: [PATCH] Ripples for pagination buttons --- bootstrap-elements.html | 6 +++--- scripts/material.js | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) 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]",