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/build/bs.js +1 -1
- package/dist/gd-bs-icons.js +1 -1
- package/dist/gd-bs-icons.min.js +1 -1
- package/dist/gd-bs.js +1 -1
- package/dist/gd-bs.min.js +1 -1
- package/package.json +1 -1
- package/src/styles/_custom.scss +6 -1
package/package.json
CHANGED
package/src/styles/_custom.scss
CHANGED
|
@@ -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
|
+
}
|