mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-10 19:57:13 +03:00
Ripples for pagination buttons
This commit is contained in:
parent
89cf685de8
commit
c033afd722
|
@ -1730,13 +1730,13 @@
|
|||
<h2 id="pager">Pager</h2>
|
||||
<div class="bs-component">
|
||||
<ul class="pager">
|
||||
<li><a href="javascript:void(0)">Previous</a></li>
|
||||
<li><a href="javascript:void(0)">Next</a></li>
|
||||
<li><a class="withripple" href="javascript:void(0)">Previous</a></li>
|
||||
<li><a class="withripple" href="javascript:void(0)">Next</a></li>
|
||||
</ul>
|
||||
|
||||
<ul class="pager">
|
||||
<li class="previous disabled"><a href="javascript:void(0)">← Older</a></li>
|
||||
<li class="next"><a href="javascript:void(0)">Newer →</a></li>
|
||||
<li class="next"><a class="withripple" href="javascript:void(0)">Newer →</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -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]",
|
||||
|
|
Loading…
Reference in New Issue
Block a user