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

Use a single div for Paper #601

Merged
merged 1 commit into from
May 10, 2015
Merged

Commits on May 1, 2015

  1. Use a single div for Paper

    In a conversation with Hai Nguyen (@hai-cea), he confirmed that the
    only reason for creating an inner div was preserving the two shadows.
    Since it's possible in CSS to apply two or more shadows to a single
    element, such nested structure is in my opinion redundant.
    The order of shadows matters: shadows for an element are applied
    top to bottom (first one goes on top), we had to put the child's
    shadows first.
    pomerantsev committed May 1, 2015
    Configuration menu
    Copy the full SHA
    cb1fbd3 View commit details
    Browse the repository at this point in the history