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

a small problem of flat button #6547

Open
stars-one opened this issue Apr 17, 2020 · 2 comments
Open

a small problem of flat button #6547

stars-one opened this issue Apr 17, 2020 · 2 comments

Comments

@stars-one
Copy link

hi,this is a small problem of flat button

I fount that the flat button doesn't show the effect background when mouse hover in the latest version 1.0,but it can show the effect background in the version 0.98.

Well,I think it is so necessary that show the effect background to let the user realized the button can be clicked.

Hope you can think of my suggestion or tell me a way to accomplish this function.

@doughballs
Copy link

Interesting @stars-one , do you have an example of what the effect looked like on 0.98?

@stars-one
Copy link
Author

stars-one commented Apr 24, 2020

Following is a gif file to show you the example

If the gif file doesn't show,this is the url of gif file:https://img2020.cnblogs.com/blog/1210268/202004/1210268-20200424085018666-913792741.gif

I have a workaround to solve the problem,add a class,like this:

.btn-flat:hover{
	background-color: #DFDFDF !important;
	color: #9F9F9F !important;
}

@doughballs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants