@txdfe/at-theme 2.0.1-2 → 2.0.1-4
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
|
@@ -261,6 +261,7 @@
|
|
|
261
261
|
--nav-primary-sub-nav-selected-bg-color: var(--XDS_line_hard_color);
|
|
262
262
|
--nav-primary-sub-nav-bg-color: rgba(0, 0, 0, 0);
|
|
263
263
|
--table-row-hover-bg: var(--CDS_gray_fill);
|
|
264
|
+
--menu-background: var(--CDS_gray_popover);
|
|
264
265
|
--menu-background-hover: var(--CDS_gray_fill);
|
|
265
266
|
--menu-background-selected: var(--CDS_gray_filled);
|
|
266
267
|
--menu-background-focus: var(--CDS_gray_filled);
|
package/teambition/js/index.js
CHANGED
|
@@ -263,6 +263,7 @@ module.exports = {
|
|
|
263
263
|
"nav-primary-sub-nav-selected-bg-color": "var(--XDS_line_hard_color)",
|
|
264
264
|
"nav-primary-sub-nav-bg-color": "rgba(0, 0, 0, 0)",
|
|
265
265
|
"table-row-hover-bg": "var(--CDS_gray_fill)",
|
|
266
|
+
"menu-background": "var(--CDS_gray_popover)",
|
|
266
267
|
"menu-background-hover": "var(--CDS_gray_fill)",
|
|
267
268
|
"menu-background-selected": "var(--CDS_gray_filled)",
|
|
268
269
|
"menu-background-focus": "var(--CDS_gray_filled)",
|
|
@@ -260,6 +260,7 @@
|
|
|
260
260
|
@nav-primary-sub-nav-selected-bg-color: var(--XDS_line_hard_color);
|
|
261
261
|
@nav-primary-sub-nav-bg-color: rgba(0, 0, 0, 0);
|
|
262
262
|
@table-row-hover-bg: var(--CDS_gray_fill);
|
|
263
|
+
@menu-background: var(--CDS_gray_popover);
|
|
263
264
|
@menu-background-hover: var(--CDS_gray_fill);
|
|
264
265
|
@menu-background-selected: var(--CDS_gray_filled);
|
|
265
266
|
@menu-background-focus: var(--CDS_gray_filled);
|
|
@@ -142,6 +142,7 @@ $nav-primary-sub-nav-bg-color: transparent !default;
|
|
|
142
142
|
$table-row-hover-bg: var(--CDS_gray_fill) !default;
|
|
143
143
|
|
|
144
144
|
// menu
|
|
145
|
+
$menu-background: var(--CDS_gray_popover) !default;
|
|
145
146
|
$menu-background-hover: var(--CDS_gray_fill) !default;
|
|
146
147
|
$menu-background-selected: var(--CDS_gray_filled) !default;
|
|
147
148
|
$menu-background-focus: var(--CDS_gray_filled) !default;
|