mol_view_tree2_lib 1.0.116 → 1.0.118
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/node.test.js +1 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.test.js +1 -1
- package/web.test.js.map +1 -1
package/node.test.js
CHANGED
|
@@ -11314,7 +11314,7 @@ var $;
|
|
|
11314
11314
|
"use strict";
|
|
11315
11315
|
var $;
|
|
11316
11316
|
(function ($) {
|
|
11317
|
-
$mol_style_attach("mol/button/minor/minor.view.css", "[mol_button_minor]:not([disabled]) {\n\tcolor: var(--mol_theme_control);\n}\n");
|
|
11317
|
+
$mol_style_attach("mol/button/minor/minor.view.css", "[mol_button_minor]:where(:not([disabled])) {\n\tcolor: var(--mol_theme_control);\n}\n");
|
|
11318
11318
|
})($ || ($ = {}));
|
|
11319
11319
|
|
|
11320
11320
|
;
|