@momentum-design/components 0.16.20 → 0.16.22

Sign up to get free protection for your applications and to get access to all the features.
@@ -106,11 +106,15 @@ const styles = [hostFitContentStyles, css `
106
106
  :host([disabled]) {
107
107
  color: var(--mdc-link-color-disabled);
108
108
  pointer-events: none;
109
- text-decoration: var(--mdc-link-text-decoration-disabled);
110
109
  }
111
110
 
112
111
  :host([inverted][disabled]) {
113
112
  color: var(--mdc-link-inverted-color-disabled);
114
113
  }
115
- `, ...hostFocusRingStyles()];
114
+ `, ...hostFocusRingStyles(),
115
+ css `
116
+ :host(:active) {
117
+ box-shadow: none;
118
+ }
119
+ `];
116
120
  export default styles;
package/package.json CHANGED
@@ -36,5 +36,5 @@
36
36
  "lit": "^3.2.0",
37
37
  "uuid": "^11.0.5"
38
38
  },
39
- "version": "0.16.20"
39
+ "version": "0.16.22"
40
40
  }