mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user