gecko-dev/servo/components
Emilio Cobos Álvarez b14f021e00 Bug 1632102 - Only override to default color in high-contrast / forced-colors mode if inheriting from transparent. r=morgan
That way elements inside links, form controls, etc have the right
contrast, even if the page overrides the color.

We can't do it when inheriting from transparent because we've already
forgotten about the "right" color to inherit, so the default color makes
sense. But that is a pretty unlikely edge case.

Differential Revision: https://phabricator.services.mozilla.com/D73069
2020-04-30 00:09:19 +00:00
..
derive_common Bug 1600436 - derive_common: Fix example in documentation. 2019-11-30 14:05:34 +00:00
fallible Bug 1631721 - Remove hashglobe r=manishearth 2020-04-23 00:19:51 +00:00
malloc_size_of Bug 1631721 - Remove hashglobe r=manishearth 2020-04-23 00:19:51 +00:00
selectors Bug 1509418 - Collect ancestor hashes from single-length :is and :where selector lists. r=heycam,boris 2020-04-23 19:20:35 +00:00
servo_arc Bug 1593865 - Simplify code for keeping alive shared memory until all sheets go away. r=jwatt 2019-11-07 11:19:23 +00:00
size_of_test
style Bug 1632102 - Only override to default color in high-contrast / forced-colors mode if inheriting from transparent. r=morgan 2020-04-30 00:09:19 +00:00
style_derive Bug 1630676 - Reformat recent changes, various build fixes, and tidy fixes. 2020-04-16 21:17:50 +02:00
style_traits Bug 1621849 - Add CSS Error for DisallowedImportRule r=emilio 2020-04-08 22:45:24 +00:00
to_shmem Bug 1601732 - Update in-tree dependencies to smallvec 1.0. r=glandium 2019-12-05 23:30:59 +00:00
to_shmem_derive