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

[Bug] Sidebar (My Profile disappear after click when background is white) #225

Closed
killer3dfx opened this issue May 25, 2020 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@killer3dfx
Copy link

Version

1.8

Reproduction link

https://demos.creative-tim.com/material-dashboard-pro-react/?_ga=2.166532478.1178259854.1590441228-1382960288.1586403374#/admin/dashboard

Operating System

Windows Server

Device

Server

Browser & Version

Chrome

Steps to reproduce

  1. Open the Live preview https://demos.creative-tim.com/material-dashboard-pro-react/?_ga=2.166532478.1178259854.1590441228-1382960288.1586403374#/admin/dashboard
  2. Change the sidebar background to white.
  3. Click on "Tania Andrew"
  4. Click on any submenu (MP My Profile) then the text turn white color mains white and keep like that.

What is expected?

Text should Turn to gray or another color different from background.

What is actually happening?

Text turn to white.


Solution

Additional comments

@einazare
Copy link
Contributor

Hello there, @killer3dfx ,

Please go inside src/assets/jss/material-dashboard-pro-react/components/sidebarStyle.js
And delete the following bits of code:

    "&:hover,&:focus": {
      color: whiteColor
    }

Best,
Manu

@einazare einazare added the bug Something isn't working label May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants