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:
Emilio Cobos Álvarez 2017-11-28 13:14:40 +01:00
parent 0bcd36838d
commit 0f12380db3
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
3 changed files with 3 additions and 12 deletions

View file

@ -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;