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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pagination] selected button not working #21247

Closed
fredrikblau opened this issue May 30, 2020 · 3 comments 路 Fixed by #21252
Closed

[pagination] selected button not working #21247

fredrikblau opened this issue May 30, 2020 · 3 comments 路 Fixed by #21252
Labels
bug 馃悰 Something doesn't work component: pagination This is the name of the generic UI component, not the React module!

Comments

@fredrikblau
Copy link
Contributor

please checkout this video
some selected pagination button in mobile does not working correctly

Current Behavior 馃槸

https://drive.google.com/file/d/1WK_4ImyUJCERZkItw62S0jb_ioyNgANp/view?usp=sharing

Your Environment 馃寧

Tech Version
Material-UI v4.10.0
Browser Chrome 81.0.4044.122
@joshwooding
Copy link
Member

Hmm looks like a styling issue as the selected state comes back when the item isn鈥檛 focused.

@joshwooding joshwooding added bug 馃悰 Something doesn't work component: pagination This is the name of the generic UI component, not the React module! labels May 30, 2020
@oliviertassinari

This comment has been minimized.

@hakankaraahmet
Copy link

hey you may use makestyle just like this =>

const useStyles = makeStyles((theme) =>({
root: {
'& .Mui-selected': {
backgroundColor: 'red',
color:'#fff,
},
}),
);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 馃悰 Something doesn't work component: pagination This is the name of the generic UI component, not the React module!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants