gd-bs 5.4.0 → 5.4.1

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/src/bs.scss CHANGED
@@ -224,6 +224,7 @@
224
224
  }
225
225
  /* Color match disabled form elements */
226
226
  .form-control:disabled, .form-control[readonly] {
227
+ border-color: #eaeaea;
227
228
  color: #a6a6a6;
228
229
  }
229
230
  /* Bootstrap Icon: Custom - caret-up-fill + caret-down-fill */