Fixed selectable style for Firefox.

Need to be careful in Firefox because the user-select style cascading doesn't seem to work well, so need to be more explicit where to put a selectable class.
This commit is contained in:
Gunther Brunner
2014-12-02 20:14:29 +09:00
parent f1ecda9655
commit 9d3b076fa6
2 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ tab-heading {
-webkit-touch-callout: default;
-webkit-user-select: auto;
-khtml-user-select: auto;
-moz-user-select: auto;
-moz-user-select: text;
-ms-user-select: auto;
user-select: auto;
}
}