@momentum-design/components 0.53.6 → 0.53.7
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/dist/browser/index.js
CHANGED
@@ -1031,21 +1031,21 @@
|
|
1031
1031
|
font-weight: var(--mds-font-apps-body-large-bold-font-weight);
|
1032
1032
|
}
|
1033
1033
|
|
1034
|
-
:host([active]:not([variant='primary'])) {
|
1034
|
+
:host([active][color='default']:not([variant='primary'])) {
|
1035
1035
|
font-weight: var(--mds-font-apps-body-large-bold-font-weight);
|
1036
1036
|
background: var(--mdc-button-active-background-color);
|
1037
1037
|
}
|
1038
|
-
:host([active]:not([variant='primary']):hover) {
|
1038
|
+
:host([active][color='default']:not([variant='primary']):hover) {
|
1039
1039
|
font-weight: var(--mds-font-apps-body-large-bold-font-weight);
|
1040
1040
|
background: var(--mdc-button-active-hover-background-color);
|
1041
1041
|
}
|
1042
|
-
:host([active]:not([variant='primary']):active),
|
1043
|
-
:host([active]:not([variant='primary']).pressed) {
|
1042
|
+
:host([active][color='default']:not([variant='primary']):active),
|
1043
|
+
:host([active][color='default']:not([variant='primary']).pressed) {
|
1044
1044
|
font-weight: var(--mds-font-apps-body-large-bold-font-weight);
|
1045
1045
|
background: var(--mdc-button-active-pressed-background-color);
|
1046
1046
|
}
|
1047
|
-
:host([active]:not([variant='primary'])[disabled]),
|
1048
|
-
:host([active]:not([variant='primary'])[soft-disabled]) {
|
1047
|
+
:host([active][color='default']:not([variant='primary'])[disabled]),
|
1048
|
+
:host([active][color='default']:not([variant='primary'])[soft-disabled]) {
|
1049
1049
|
font-weight: var(--mds-font-apps-body-large-bold-font-weight);
|
1050
1050
|
background: var(--mdc-button-active-disabled-background-color);
|
1051
1051
|
}
|