mirror of
https://github.com/servo/servo.git
synced 2025-08-23 06:15:35 +01:00
style: Make -moz-border-colors chrome only.
This also makes the `border` shorthand not reset them. Bug: 1417200 Reviewed-by: xidorn MozReview-Commit-ID: KNais1e5FnE
This commit is contained in:
parent
0bcd36838d
commit
0f12380db3
3 changed files with 3 additions and 12 deletions
|
@ -74,6 +74,7 @@ ${helpers.gecko_keyword_conversion(Keyword('border-style',
|
|||
spec="Nonstandard (https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-border-*-colors)"
|
||||
products="gecko"
|
||||
flags="APPLIES_TO_FIRST_LETTER"
|
||||
enabled_in="chrome"
|
||||
ignored_when_colors_disabled="True">
|
||||
use std::fmt;
|
||||
use style_traits::ToCss;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue