mol_dump_lib 0.0.946 → 0.0.947
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.deps.json +1 -1
- package/node.js +1 -1
- package/node.js.map +1 -1
- package/node.mjs +1 -1
- package/node.test.js +1 -1
- package/node.test.js.map +1 -1
- package/node.view.tree +0 -1
- package/package.json +1 -1
- package/web.deps.json +1 -1
- package/web.js +1 -1
- package/web.js.map +1 -1
- package/web.mjs +1 -1
- package/web.view.tree +0 -1
package/web.js
CHANGED
|
@@ -5201,7 +5201,7 @@ var $;
|
|
|
5201
5201
|
"use strict";
|
|
5202
5202
|
var $;
|
|
5203
5203
|
(function ($) {
|
|
5204
|
-
$mol_style_attach("mol/button/minor/minor.view.css", "[mol_button_minor]
|
|
5204
|
+
$mol_style_attach("mol/button/minor/minor.view.css", "[mol_button_minor]:not([disabled]) {\n\tcolor: var(--mol_theme_control);\n}\n");
|
|
5205
5205
|
})($ || ($ = {}));
|
|
5206
5206
|
|
|
5207
5207
|
;
|