gd-bs 5.6.4 → 5.6.5
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/bs.scss +0 -13
package/package.json
CHANGED
package/src/bs.scss
CHANGED
|
@@ -426,19 +426,6 @@
|
|
|
426
426
|
}
|
|
427
427
|
}
|
|
428
428
|
|
|
429
|
-
/* Color match the selected flatpickr calendar control */
|
|
430
|
-
.flatpickr-day.selected {
|
|
431
|
-
background-color: #0078d4;
|
|
432
|
-
border-color: #0078d4;
|
|
433
|
-
}
|
|
434
|
-
|
|
435
|
-
/* Fix styling for the flatpickr calendar control */
|
|
436
|
-
.flatpickr-input[readonly] {
|
|
437
|
-
color: #212529 !important;
|
|
438
|
-
background-color: #fff !important;
|
|
439
|
-
border-color: #6c757d !important;
|
|
440
|
-
}
|
|
441
|
-
|
|
442
429
|
/** Modal background - Shouldn't be under the .bs class */
|
|
443
430
|
|
|
444
431
|
.modal-backdrop {
|