@superdispatch/ui 0.24.0 → 0.24.1
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-node/index.js
CHANGED
|
@@ -3062,7 +3062,6 @@ function overrideLink(theme) {
|
|
|
3062
3062
|
}
|
|
3063
3063
|
},
|
|
3064
3064
|
'&.MuiTypography-colorTextSecondary': {
|
|
3065
|
-
cursor: 'not-allowed',
|
|
3066
3065
|
color: exports.Color.Dark100,
|
|
3067
3066
|
backgroundImage: line(exports.Color.Silver500),
|
|
3068
3067
|
'&:focus, &:hover, &:active': {
|
|
@@ -3079,7 +3078,10 @@ function overrideLink(theme) {
|
|
|
3079
3078
|
textAlign: 'inherit',
|
|
3080
3079
|
lineHeight: 'inherit',
|
|
3081
3080
|
userSelect: 'inherit',
|
|
3082
|
-
verticalAlign: 'inherit'
|
|
3081
|
+
verticalAlign: 'inherit',
|
|
3082
|
+
'&:disabled': {
|
|
3083
|
+
cursor: 'not-allowed'
|
|
3084
|
+
}
|
|
3083
3085
|
}
|
|
3084
3086
|
};
|
|
3085
3087
|
}
|