gd-bs 5.9.1 → 5.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gd-bs",
3
- "version": "5.9.1",
3
+ "version": "5.9.2",
4
4
  "description": "Bootstrap JavaScript, TypeScript and Web Components library.",
5
5
  "main": "build/index.js",
6
6
  "typings": "src/index.d.ts",
@@ -320,16 +320,21 @@
320
320
  .page-link {
321
321
  border-color: #6c757d;
322
322
  color: #0078d4;
323
+ font-size: 13px;
323
324
  }
324
325
  /* Color match the pagination active link colors */
325
326
  .page-item.active .page-link {
326
327
  background-color: #6c757d;
327
328
  border-color: #6c757d;
329
+ color: #fff;
328
330
  z-index: inherit;
329
331
  }
330
332
  /* Color match the pagination disabled border colors */
331
333
  .page-item.disabled .page-link {
334
+ background-color: #fff;
332
335
  border-color: #6c757d;
336
+ color: #6c757d;
337
+ pointer-events: none;
333
338
  }
334
339
  /* Color match for SharePoint */
335
340
  .page-link:focus {
@@ -441,4 +446,4 @@
441
446
  &.show {
442
447
  opacity: $offcanvas-backdrop-opacity;
443
448
  }
444
- }
449
+ }