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

Children are not rendered after setting the opacity property #160

Closed
lc-soft opened this issue Sep 9, 2018 · 1 comment
Closed

Children are not rendered after setting the opacity property #160

lc-soft opened this issue Sep 9, 2018 · 1 comment
Assignees
Labels
Milestone

Comments

@lc-soft
Copy link
Owner

lc-soft commented Sep 9, 2018

opacity-bug

.file-folder {
	// ...
	&:hover {
		top: -2px;
		box-shadow: 0 1px 5px rgba(0, 0 , 0, 0.1);
	}
	&:active {
		top: 0;
		opacity: 0.6;
	}
}
@lc-soft lc-soft self-assigned this Sep 9, 2018
@lc-soft lc-soft added the bug label Sep 9, 2018
@lc-soft lc-soft added this to the 1.0.0 Beta 4 milestone Sep 9, 2018
@lc-soft
Copy link
Owner Author

lc-soft commented Nov 10, 2018

mini demo has been written, ready to fix bug.

opacity-bug

lc-soft added a commit that referenced this issue Nov 11, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@lc-soft lc-soft closed this as completed Nov 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant