jobdone-shared-files 0.0.1-beta.8 → 0.0.1-beta.9

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": "jobdone-shared-files",
3
- "version": "0.0.1-beta.8",
3
+ "version": "0.0.1-beta.9",
4
4
  "description": "Shared JS and SCSS for Jobdone Enterprise.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -453,7 +453,7 @@ th, td{
453
453
 
454
454
  .btn-link-light-bg {
455
455
  &:hover {
456
- color: var(--bs-btn-color)
456
+ color: var(--bs-btn-color);
457
457
  background-color: rgba(var(--bs-link-color-rgb), .1);
458
458
  text-decoration: none;
459
459
  }