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

Overlapping of Options #14

Open
SantanuNeoBera opened this issue Dec 3, 2017 · 0 comments
Open

Overlapping of Options #14

SantanuNeoBera opened this issue Dec 3, 2017 · 0 comments

Comments

@SantanuNeoBera
Copy link

SantanuNeoBera commented Dec 3, 2017

I have two buttons and one div. But the button is always taking the settings of the div. The color of button ripple is blue rather than green. I'm using Bulma component for Button style rendering.

<div style="display: flex; justify-content: center; align-items: center; height: 100px;">
<a style="margin-right: 10px;" class="button is-success">Hello
<a class="button is-default">Hi There !
</div>
<div style="display: flex; justify-content: center; align-items: center; height: 300px;">
<div style="width: 300px; height: 200px; background-color: rgba(0,0,0,0.7);" class="demoRipple">

		&lt;/div>
	&lt;/div>

$.ripple(".button",{
color : "green"
});
$.ripple(".demoRipple",{
color : "blue"
});

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

1 participant