Closed Bug 1579165 Opened 5 years ago Closed 5 years ago

Separators between logins (and bounding boxes of containers) should be lighter to match the spec

Categories

(Firefox :: about:logins, defect, P3)

defect

Tracking

()

VERIFIED FIXED
Firefox 71
Tracking Status
firefox70 --- wontfix
firefox71 --- verified

People

(Reporter: ddurst, Assigned: mcrawford)

References

Details

(Whiteboard: [passwords:management] [skyline])

Attachments

(1 file)

The border associated with the sidebar, header, etc are using --in-content-box-border-color (which is rgba(12,12,13,0.3)). They should use #d7d7db (or rgba(12,12,13,0.2) if that supports light/dark modes better).

Whiteboard: [passwords:management] [skyline]
Priority: -- → P3

FWIW, --in-content-border-color is set to #d7d7db, which is the color we want here. It should be correct semantically too as long as we don't associate it with --in-content-box-background.

Assignee: nobody → mcrawford
Status: NEW → ASSIGNED
Component: Password Manager → about:logins
Product: Toolkit → Firefox

Note - I did not edit the refernces to --in-content-box-border-color across the following refernces:
login-list:
:host (Also contained references to backround color: --in-content-box-background)
.meta (Also contained references to backround color: --in-content-box-background)
.create-login-button-container (Shadow color property)
menu-button:
.menu (Also contained references to backround color: --in-content-box-background)

Pushed by jwein@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a214efa56e4d
Separators between logins (and bounding boxes of containers) should be lighter to match the spec r=jaws
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 71

I have verified this issue on the latest Nightly 71.0a1 (Build ID: 20191016212918) on Windows 10 x64, Mac 10.14, Ubuntu 16.04 x64.

  • The separators between logins and dividing lines between the sections are lighter.
  • The “1px solid var(--in-content-box-border-color);” is changed to “border-bottom: 1px solid var(--in-content-border-color);” and the color is #d7d7db.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: