Closed
Bug 2048706
Opened 1 month ago
Closed 1 month ago
Update radius for VPN panel status box and settings button
Categories
(Firefox :: IP Protection, task)
Firefox
IP Protection
Tracking
()
VERIFIED
FIXED
154 Branch
| Tracking | Status | |
|---|---|---|
| firefox154 | --- | verified |
People
(Reporter: kpatenio, Assigned: rking)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fx-vpn])
Attachments
(3 files)
Right now, the status box radius isn't as rounded like in the Nova spec. We can use border-radius: var(--border-radius-xlarge);, the same border radius used for the updated enrolling / loading template (via Bug 2044431). We can make that change in ipprotection-status-box.css, particularly under #content-container for the Nova pref block.
In addition, there's the settings button on the VPN panel. The HCM designs confirm a rounded border radius for this button. We set the border radius in ipprotection-content.css. However, for Nova, we'll want to unset it and let it fall back to the default button radius.
Updated•1 month ago
|
Pushed by rking@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/169c95bda2a3
https://hg.mozilla.org/integration/autoland/rev/73f9e3e87820
Update radius for VPN panel status box and settings button - r=ip-protection-reviewers,kpatenio
Comment 3•1 month ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 month ago
status-firefox154:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 154 Branch
Comment 4•1 month ago
|
||
We have verified this as fixed using Firefox Nightly 154.0a1 (2026-06-22) on Windows 11. The border of the Settings button is rounded.
Updated•1 month ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•