@txdfe/at-theme 2.0.1-15 → 2.0.1-16
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
package/teambition/css/index.css
CHANGED
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
--black-01: var(--CDS_black_01);
|
|
216
216
|
--black-02: var(--CDS_black_02);
|
|
217
217
|
--gray-fill: var(--CDS_gray_fill);
|
|
218
|
-
--line-hover: var(--
|
|
218
|
+
--line-hover: var(--CDS_gray_hover);
|
|
219
219
|
--gray-filled: var(--CDS_gray_fill);
|
|
220
220
|
--line-actived: var(--CDS_gray_fill);
|
|
221
221
|
--line-select: var(--CDS_gray_fill);
|
|
@@ -297,7 +297,7 @@
|
|
|
297
297
|
--shadow-color-02: var(--CDS_shadow_color_02, rgba(38, 38, 38, 0.14));
|
|
298
298
|
--shadow-color-03: var(--CDS_shadow_color_03, rgba(38, 38, 38, 0.18));
|
|
299
299
|
--shadow-color-04: var(--CDS_shadow_color_04, rgba(38, 38, 38, 0.24));
|
|
300
|
-
--cell-line-hover: var(--
|
|
300
|
+
--cell-line-hover: var(--CDS_gray_hover);
|
|
301
301
|
--cell-line-active: var(--CDS_gray_02);
|
|
302
302
|
--tab-wrapped-bg-color-hover: rgba(0, 0, 0, 0);
|
|
303
303
|
--tab-wrapped-bg-color: rgba(0, 0, 0, 0);
|
package/teambition/js/index.js
CHANGED
|
@@ -217,7 +217,7 @@ module.exports = {
|
|
|
217
217
|
"black-01": "var(--CDS_black_01)",
|
|
218
218
|
"black-02": "var(--CDS_black_02)",
|
|
219
219
|
"gray-fill": "var(--CDS_gray_fill)",
|
|
220
|
-
"line-hover": "var(--
|
|
220
|
+
"line-hover": "var(--CDS_gray_hover)",
|
|
221
221
|
"gray-filled": "var(--CDS_gray_fill)",
|
|
222
222
|
"line-actived": "var(--CDS_gray_fill)",
|
|
223
223
|
"line-select": "var(--CDS_gray_fill)",
|
|
@@ -299,7 +299,7 @@ module.exports = {
|
|
|
299
299
|
"shadow-color-02": "var(--CDS_shadow_color_02, rgba(38, 38, 38, 0.14))",
|
|
300
300
|
"shadow-color-03": "var(--CDS_shadow_color_03, rgba(38, 38, 38, 0.18))",
|
|
301
301
|
"shadow-color-04": "var(--CDS_shadow_color_04, rgba(38, 38, 38, 0.24))",
|
|
302
|
-
"cell-line-hover": "var(--
|
|
302
|
+
"cell-line-hover": "var(--CDS_gray_hover)",
|
|
303
303
|
"cell-line-active": "var(--CDS_gray_02)",
|
|
304
304
|
"tab-wrapped-bg-color-hover": "rgba(0, 0, 0, 0)",
|
|
305
305
|
"tab-wrapped-bg-color": "rgba(0, 0, 0, 0)",
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
@black-01: var(--CDS_black_01);
|
|
215
215
|
@black-02: var(--CDS_black_02);
|
|
216
216
|
@gray-fill: var(--CDS_gray_fill);
|
|
217
|
-
@line-hover: var(--
|
|
217
|
+
@line-hover: var(--CDS_gray_hover);
|
|
218
218
|
@gray-filled: var(--CDS_gray_fill);
|
|
219
219
|
@line-actived: var(--CDS_gray_fill);
|
|
220
220
|
@line-select: var(--CDS_gray_fill);
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
@shadow-color-02: var(--CDS_shadow_color_02, rgba(38, 38, 38, 0.14));
|
|
297
297
|
@shadow-color-03: var(--CDS_shadow_color_03, rgba(38, 38, 38, 0.18));
|
|
298
298
|
@shadow-color-04: var(--CDS_shadow_color_04, rgba(38, 38, 38, 0.24));
|
|
299
|
-
@cell-line-hover: var(--
|
|
299
|
+
@cell-line-hover: var(--CDS_gray_hover);
|
|
300
300
|
@cell-line-active: var(--CDS_gray_02);
|
|
301
301
|
@tab-wrapped-bg-color-hover: rgba(0, 0, 0, 0);
|
|
302
302
|
@tab-wrapped-bg-color: rgba(0, 0, 0, 0);
|
|
@@ -76,7 +76,7 @@ $black-01: var(--CDS_black_01) !default;
|
|
|
76
76
|
$black-02: var(--CDS_black_02) !default;
|
|
77
77
|
|
|
78
78
|
$gray-fill: var(--CDS_gray_fill) !default;
|
|
79
|
-
$line-hover: var(--
|
|
79
|
+
$line-hover: var(--CDS_gray_hover) !default;
|
|
80
80
|
|
|
81
81
|
$gray-filled: var(--CDS_gray_fill) !default;
|
|
82
82
|
$line-actived: var(--CDS_gray_fill) !default;
|
|
@@ -179,7 +179,7 @@ $shadow-color-02: var(--CDS_shadow_color_02, rgba(38, 38, 38, 0.14)) !default;
|
|
|
179
179
|
$shadow-color-03: var(--CDS_shadow_color_03, rgba(38, 38, 38, 0.18)) !default;
|
|
180
180
|
$shadow-color-04: var(--CDS_shadow_color_04, rgba(38, 38, 38, 0.24)) !default;
|
|
181
181
|
|
|
182
|
-
$cell-line-hover: var(--
|
|
182
|
+
$cell-line-hover: var(--CDS_gray_hover) !default;
|
|
183
183
|
$cell-line-active: var(--CDS_gray_02) !default;
|
|
184
184
|
|
|
185
185
|
// custom-override-color
|