VERIFIED FIXED 7685
Focus ring color should change to match graphite when system theme is graphite
https://bugs.webkit.org/show_bug.cgi?id=7685
Summary Focus ring color should change to match graphite when system theme is graphite
mitz
Reported 2006-03-09 15:09:02 PST
When the Graphite appearance is selected in System Preferences, contenteditable elements' focus rings should be graphite by default rather than blue. Currently the default focus ring color comes from html4.css: :focus { outline: auto 3px #1f5ccf } This rule should change dynamically to match the selection in System Preferences.
Attachments
John Sullivan
Comment 1 2006-03-09 15:24:58 PST
Supporting Graphite well has not been a high priority lately, but I agree completely that this change would be a correct one. The system's focus ring color does change to a gray color when Graphite has been selected.
Dave Hyatt
Comment 2 2006-03-10 01:11:33 PST
Just need a special keyword for the color, e.g., -khtml-focus-ring-color
Dave Hyatt
Comment 3 2006-03-10 01:11:38 PST
Just need a special keyword for the color, e.g., -khtml-focus-ring-color
Adele Peterson
Comment 4 2006-03-29 17:51:08 PST
Bumping to P1 since this causes a text field regression
Darin Adler
Comment 5 2006-04-01 22:12:01 PST
The patch I am about to attach to bug 8123 fixes this bug as well.
mitz
Comment 6 2006-04-04 01:54:15 PDT
Verified in r13675 nightly.
Note You need to log in before you can comment on or make changes to this bug.