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 b3bea7d commit d912341Copy full SHA for d912341
ui/src/components/options-menu/OptionsMenu.tsx
@@ -7,7 +7,6 @@ const OptionsMenu = () => {
7
return (
8
<OverflowMenu
9
className="options-menu"
10
- iconClass="options-menu-icon"
11
aria-label="options-menu"
12
iconDescription="options"
13
align="bottom-end"
ui/src/styles.scss
@@ -43,7 +43,7 @@
43
background-color: themes.$background-inverse-hover;
44
}
45
46
- .options-menu-icon {
+ .options-menu > svg {
47
fill: themes.$icon-inverse;
48
49
0 commit comments