Make the focus colour consistent
Categories
(Thunderbird :: Upstream Synchronization, task)
Tracking
(thunderbird_esr78 unaffected)
| Tracking | Status | |
|---|---|---|
| thunderbird_esr78 | --- | unaffected |
People
(Reporter: Paenglab, Assigned: Paenglab)
References
Details
Attachments
(1 file, 1 obsolete file)
|
28.90 KB,
patch
|
Paenglab
:
review+
|
Details | Diff | Splinter Review |
Actually we use two different focus colours: the one for the text fields and the one for the buttons etc. Especially on Ubuntu this leads to some do focus with orange and other with blue.
We should use on all platforms with default theme the system -moz-accent-color for all focus rings and when a theme defines it use the themes focus colour.
| Assignee | ||
Comment 1•4 years ago
|
||
I tried to implement the Proton focus styling (2px border) on different places like today pane, minimonth, message header, attachment toolbar and composer. If we find more places we can do them in other bugs.
In message header the From, Subject and To fields are still 1px, but solid instead of dotted, because there isn't enough space for 2px border. I could do a outline-offset of -2px but the the focus would almost touch the labels.
Comment 2•4 years ago
|
||
| Assignee | ||
Comment 3•4 years ago
|
||
Applied the review comments. I had to add to the :hover states a outline: none; to not show the dotted focus ring.
| Assignee | ||
Updated•4 years ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/d401469fde9d
Make the focus color consistent. r=aleca
Description
•