@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.
@@ -37,7 +37,6 @@ export function overrideLink(theme) {
37
37
  }
38
38
  },
39
39
  '&.MuiTypography-colorTextSecondary': {
40
- cursor: 'not-allowed',
41
40
  color: Color.Dark100,
42
41
  backgroundImage: line(Color.Silver500),
43
42
  '&:focus, &:hover, &:active': {
@@ -54,7 +53,10 @@ export function overrideLink(theme) {
54
53
  textAlign: 'inherit',
55
54
  lineHeight: 'inherit',
56
55
  userSelect: 'inherit',
57
- verticalAlign: 'inherit'
56
+ verticalAlign: 'inherit',
57
+ '&:disabled': {
58
+ cursor: 'not-allowed'
59
+ }
58
60
  }
59
61
  };
60
62
  }
package/dist-web/index.js CHANGED
@@ -3057,7 +3057,6 @@ function overrideLink(theme) {
3057
3057
  }
3058
3058
  },
3059
3059
  '&.MuiTypography-colorTextSecondary': {
3060
- cursor: 'not-allowed',
3061
3060
  color: Color.Dark100,
3062
3061
  backgroundImage: line(Color.Silver500),
3063
3062
  '&:focus, &:hover, &:active': {
@@ -3074,7 +3073,10 @@ function overrideLink(theme) {
3074
3073
  textAlign: 'inherit',
3075
3074
  lineHeight: 'inherit',
3076
3075
  userSelect: 'inherit',
3077
- verticalAlign: 'inherit'
3076
+ verticalAlign: 'inherit',
3077
+ '&:disabled': {
3078
+ cursor: 'not-allowed'
3079
+ }
3078
3080
  }
3079
3081
  };
3080
3082
  }