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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gd-bs",
3
- "version": "5.6.4",
3
+ "version": "5.6.5",
4
4
  "description": "Bootstrap JavaScript, TypeScript and Web Components library.",
5
5
  "main": "build/index.js",
6
6
  "typings": "src/index.d.ts",
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 {