Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Investigate whether user-select: none is still required in paper-tabs #25

Open
arthurevans opened this issue Aug 22, 2014 · 0 comments
Open
Assignees

Comments

@arthurevans
Copy link
Contributor

I think the paper-tab content is no longer selectable by default, so we should be able to remove the user-select rules here:

  #tabs {
    width: 100%;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
  }

But we should verify on all browsers before dropping this.

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

No branches or pull requests

1 participant