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

Fix shadow bug on Firefox #144

Merged
merged 1 commit into from Jul 19, 2017
Merged

Conversation

princemaple
Copy link
Contributor

box-shadow: 0 0 0 0; leaves a slight edge on Firefox.
box-shadow does accept none, which works as expected.

box-shadow: 0 0 0 0; leaves a slight edge on Firefox.
box-shadow does accept `none`, which works as expected.
@princemaple
Copy link
Contributor Author

before
image

after
image

@hacdias hacdias merged commit b9e6887 into filebrowser:master Jul 19, 2017
@princemaple princemaple deleted the patch-1 branch July 19, 2017 07:07
@hacdias
Copy link
Member

hacdias commented Jul 19, 2017

Thanks @princemaple! I have already found that bug but I didn't really know where the problem was 😅 Thanks!

hacdias added a commit that referenced this pull request May 11, 2019
Fix shadow bug on Firefox

Former-commit-id: 41c849c89ae354e6a9674d9e3b572e70ba4e223b [formerly 8885e3c0a3f9be10f59c3cfabf2eda032c7b8c17] [formerly 3b6c6e8ad1e1e5805af0bbdfe9690486efa322b9 [formerly b9e6887]]
Former-commit-id: a5a61f06de8cd9cceb223ac1fcfe2026f8afb0e1 [formerly 731a2f87cd37a5532a6309e59429650cfc8777fb]
Former-commit-id: 41536048386008941403f6094e753adc22b542a6
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

Successfully merging this pull request may close these issues.

None yet

2 participants