mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
style: Hide -moz-outline-radius behind a pref
This property does nothing since bug 315209 got implemented. Every single user that I checked was doing the same math by hand, so hooray for good defaults :-) Differential Revision: https://phabricator.services.mozilla.com/D112253
This commit is contained in:
parent
90a2687545
commit
7567ddd262
2 changed files with 2 additions and 0 deletions
|
@ -83,6 +83,7 @@
|
|||
<%helpers:shorthand
|
||||
name="-moz-outline-radius"
|
||||
engines="gecko"
|
||||
gecko_pref="layout.css.moz-outline-radius.enabled"
|
||||
sub_properties="${' '.join(
|
||||
'-moz-outline-radius-%s' % corner
|
||||
for corner in ['topleft', 'topright', 'bottomright', 'bottomleft']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue