We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8bdf91 commit d3845fbCopy full SHA for d3845fb
packages/ui-menu/src/Menu/MenuItem/styles.ts
@@ -93,7 +93,6 @@ const generateStyle = (
93
lineHeight: componentTheme.lineHeight,
94
fontSize: componentTheme.fontSize,
95
background: componentTheme.background,
96
- transition: 'background 0.2s',
97
// Changing the following to display: flex; causes a VO
98
// bug where items with role menuitem, menuitemcheckbox
99
// and menuitemradio are selected twice with control+
@@ -103,7 +102,6 @@ const generateStyle = (
103
102
...roleStyles,
104
'&:focus, &:active, &:hover': {
105
background: componentTheme.activeBackground,
106
- transition: 'background 0s',
107
'[class*="menuItem__label"]': {
108
color: componentTheme.activeLabelColor
109
},
0 commit comments