mam 1.11.841 → 1.11.842
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/node.test.js
CHANGED
|
@@ -13681,7 +13681,7 @@ var $;
|
|
|
13681
13681
|
"use strict";
|
|
13682
13682
|
var $;
|
|
13683
13683
|
(function ($) {
|
|
13684
|
-
$mol_style_attach("mol/button/minor/minor.view.css", "[mol_button_minor]
|
|
13684
|
+
$mol_style_attach("mol/button/minor/minor.view.css", "[mol_button_minor]:not([disabled]) {\n\tcolor: var(--mol_theme_control);\n}\n");
|
|
13685
13685
|
})($ || ($ = {}));
|
|
13686
13686
|
|
|
13687
13687
|
;
|