mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +09:00
layout: plug back alias of -moz-user-select so it won't break pages/extensions relying on this
This commit is contained in:
parent
10b96192dd
commit
4c8df426a8
1 changed files with 5 additions and 0 deletions
|
|
@ -255,6 +255,11 @@ CSS_PROP_ALIAS(-moz-tab-size,
|
|||
MozTabSize,
|
||||
"")
|
||||
|
||||
CSS_PROP_ALIAS(-moz-user-select,
|
||||
user_select,
|
||||
MozUserSelect,
|
||||
"")
|
||||
|
||||
#define WEBKIT_PREFIX_PREF "layout.css.prefixes.webkit"
|
||||
|
||||
// -webkit- prefixes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue