Changes

Jump to: navigation, search

Accessibility/Design Guide

51 bytes removed, 17:30, 17 May 2022
m
Update link sys colors
* Selected elements should use SelectedItemText / SelectedItem
* Controls should use ButtonText / ButtonFace
* Unvisited links should use MozNativeHyperlinkText LinkText for their foreground, background preserved* Visited links should use MozNativeVisitedHyperlinkText VisitedTeg for their foreground, background preserved
* Inactive components should preserve their background, but change their foreground to GrayText
* Components not in the above categories should use CanvasText / Canvas (older implementations may use WindowText / Window)
For components which represent a combination of states, a combination of colors is necessary. For example:
* A hovered button should invert its colors, using ButtonFace for text and border, and ButtonText for its background.
* A visited link on a selected card should use MozNativeVisitedHyperlinkText VisitedText as its foreground, letting SelectedItem show through as its background.
* An inactive button should use GrayText / ButtonFace
* A selected tab should use SelectedItemText / SelectedItem with a ButtonText border
Confirm
35
edits

Navigation menu