jobdone-shared-files 0.0.1-beta.95 → 0.0.1-beta.96

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.95",
3
+ "version": "0.0.1-beta.96",
4
4
  "description": "Shared JS and SCSS for Jobdone Enterprise.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -50,7 +50,6 @@
50
50
  // scrollbar樣式
51
51
  // ====================================
52
52
  --scrollbar-width: 10px;
53
- --scrollbar-hover-color: var(--bs-primary);
54
53
  }
55
54
 
56
55
  [v-cloak]{
@@ -55,11 +55,11 @@
55
55
  // scrollbar樣式
56
56
  // ====================================
57
57
 
58
- // 自訂變數 (--scrollbar-width / --scrollbar-hover-color) 在 "LayoutBase" 中設定
58
+ // 自訂變數 (--scrollbar-width) 在 "LayoutBase" 中設定
59
59
  @mixin scrollbar(
60
60
  $background: var(--gray-200),
61
61
  $default-color: var(--gray-500),
62
- $hover-color: var(--scrollbar-hover-color),
62
+ $hover-color: var(--bs-primary),
63
63
  $width: var(--scrollbar-width),
64
64
  $height: var(--scrollbar-width),
65
65
  $border-radius: var(--scrollbar-width),