mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Remove -moz-outline-radius
It does nothing since 88 and we unshipped it in 89. Differential Revision: https://phabricator.services.mozilla.com/D117532
This commit is contained in:
parent
ed806afe52
commit
837e41c8eb
4 changed files with 2 additions and 72 deletions
|
@ -147,7 +147,7 @@ impl<L> BorderSpacing<L> {
|
|||
}
|
||||
}
|
||||
|
||||
/// A generic value for `border-radius`, `outline-radius` and `inset()`.
|
||||
/// A generic value for `border-radius` and `inset()`.
|
||||
///
|
||||
/// <https://drafts.csswg.org/css-backgrounds-3/#border-radius>
|
||||
#[derive(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue