mol_view_tree2_lib 1.0.115 → 1.0.117
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/package.json
CHANGED
package/web.test.js
CHANGED
|
@@ -5845,7 +5845,7 @@ var $;
|
|
|
5845
5845
|
"use strict";
|
|
5846
5846
|
var $;
|
|
5847
5847
|
(function ($) {
|
|
5848
|
-
$mol_style_attach("mol/button/minor/minor.view.css", "[mol_button_minor]
|
|
5848
|
+
$mol_style_attach("mol/button/minor/minor.view.css", "[mol_button_minor]:where(:not([disabled])) {\n\tcolor: var(--mol_theme_control);\n}\n");
|
|
5849
5849
|
})($ || ($ = {}));
|
|
5850
5850
|
|
|
5851
5851
|
;
|