carbon-react 147.4.0 → 147.4.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.
@@ -169,6 +169,11 @@ const StyledMenuItemWrapper = styled.a.attrs({
169
169
 
170
170
  a:hover,
171
171
  button:hover {
172
+ ${StyledButton} {
173
+ border-radius: 0;
174
+ background-color: transparent;
175
+ }
176
+
172
177
  ${!asDiv && css`
173
178
  background-color: var(--colorsComponentsMenuAutumnStandard600);
174
179
  color: var(--colorsComponentsMenuYang100);
@@ -178,6 +178,11 @@ const StyledMenuItemWrapper = _styledComponents.default.a.attrs({
178
178
 
179
179
  a:hover,
180
180
  button:hover {
181
+ ${_button.default} {
182
+ border-radius: 0;
183
+ background-color: transparent;
184
+ }
185
+
181
186
  ${!asDiv && (0, _styledComponents.css)`
182
187
  background-color: var(--colorsComponentsMenuAutumnStandard600);
183
188
  color: var(--colorsComponentsMenuYang100);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "147.4.0",
3
+ "version": "147.4.1",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "files": [
6
6
  "lib",