Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Boxshadow on IconMenu #9942

Closed
kkomaz opened this issue Jan 18, 2018 · 2 comments
Closed

Remove Boxshadow on IconMenu #9942

kkomaz opened this issue Jan 18, 2018 · 2 comments
Labels

Comments

@kkomaz
Copy link

kkomaz commented Jan 18, 2018

How would I go about removing the box shadow on an IconMenu component? Tried all different style props given.

  1. listStyle
  2. menuItemStyle
  3. menuStyle (thought this was it)
  4. style

I believe #4. style isn't working because the root element for an IconButton is the 3 vertical dots themselves.

Expected Behavior

add menuStyle={{ boxShadow: 'none' }} should remove the box shadow on the Menu component

screenshot of google chrome 1-17-18 8-48-55 pm

Current Behavior

Currently makes changes on the child element of the Menu DOM element.

Boxshadow changes Occuring

screenshot of google chrome 1-17-18 8-45-08 pm

Where I want the boxshadow removed

screenshot of screenfloat 1-17-18 8-43-48 pm

screenshot of google chrome 1-17-18 8-47-12 pm

Tech Version
Material-UI 0.16.2
React 15.3.2
browser Chrome
@oliviertassinari oliviertassinari removed component: text field This is the name of the generic UI component, not the React module! component: DropdownMenu labels Feb 12, 2018
@oliviertassinari
Copy link
Member

@kkomaz We have been porting the component on the v1-beta branch. We have reimplemented it from the ground-up.

We encourage people starting with Material-UI to go with v1-beta. The master branch is in a low maintenance mode. We don't plan any work on it. However, we still do our best to review and merge pull requests that fix bugs on this branch.

@dinukasal
Copy link

Is this issue fixed in new versions?

@mui mui locked as off-topic and limited conversation to collaborators Feb 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants