Open
Bug 1982982
Opened 1 year ago
Updated 1 year ago
Use --border-radius-small variable for the radius of selected link instead of --focus-outline-offset
Categories
(Firefox :: Address Bar, task, P3)
Firefox
Address Bar
Tracking
()
NEW
People
(Reporter: daisuke, Unassigned)
References
Details
There is a place where using --focus-outline-offset for the radius of the selected link.
https://searchfox.org/mozilla-central/rev/ace4c0612207f29c0d0530dec82e15aeb5fe17d5/browser/themes/shared/urlbar-dynamic-results.css#65
But, we should use --border-radius-small for this purpose.
| Reporter | ||
Comment 1•1 year ago
|
||
Also, as :itiel suggested in phabricator, it would be better to use --link-focus-outline-offset for the outline-offset style.
Updated•1 year ago
|
Comment 2•1 year ago
|
||
I'll remove bug 1967316's dependency on this bug since AFAICT the learn-more link in tips (including the realtime opt-in) does the right thing, which Itiel reviewed in that phabricator revision.
You need to log in
before you can comment on or make changes to this bug.
Description
•