gd-bs 5.9.5 → 5.9.6

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.5",
3
+ "version": "5.9.6",
4
4
  "description": "Bootstrap JavaScript, TypeScript and Web Components library.",
5
5
  "main": "build/index.js",
6
6
  "typings": "src/index.d.ts",
@@ -199,6 +199,7 @@
199
199
  }
200
200
  /* Set cursor on hover */
201
201
  .form-select:hover {
202
+ border-color: #c7e0f4;
202
203
  cursor: pointer;
203
204
  }
204
205
  /* Color match form-select active */