We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 882611b commit fa15cecCopy full SHA for fa15cec
1 file changed
src/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.styles.ts
@@ -97,8 +97,11 @@ export const euiCollapsibleNavAccordionStyles = (
97
`,
98
// Arrow element
99
euiCollapsibleNavAccordion__arrow: css`
100
+ /* Ensure there's no non-clickable deadzones in the accordion trigger wrapper */
101
+ margin: 0;
102
+ ${logicalCSS('height', sharedStyles.height)}
103
/* Slight visual offset from edge of entire item */
- ${logicalCSS('margin-right', euiTheme.size.xs)}
104
+ ${logicalCSS('width', euiTheme.size.xl)}
105
106
/* Rotate the arrow icon, not the button itself -
107
* otherwise the background rotates and looks a bit silly */
0 commit comments