Closed Bug 2059366 Opened 1 month ago Closed 1 month ago

Thick border between notificationbox and RDM toolbar in split view

Categories

(DevTools :: Responsive Design Mode, defect)

defect

Tracking

(firefox155 fixed)

RESOLVED FIXED
155 Branch
Tracking Status
firefox155 --- fixed

People

(Reporter: nchevobbe, Assigned: nchevobbe)

References

(Blocks 1 open bug)

Details

Attachments

(2 files)

In Bug 2056570, we added a border on top of RDM toolbar when there is some notification in split view and Nova is enabled
https://searchfox.org/firefox-main/rev/d573d849c063353bda3a67541ab219c8a548773a/devtools/client/responsive/responsive-browser.css#32-38

/* In Nova, when we have a notification box before the RDM toolbar (in Split View),
   we do want to have a separation between the notifications and the toolbar  */
.notificationbox-stack:not(:empty) + & {
  @media -moz-pref("browser.nova.enabled") {
    border-block-start: 1px solid var(--toolbarseparator-color);
  }
}

Bug 2053689 improved the notficiationbox in Nova, adding a bottom border to it, which means that we now have this "thick" border (the bottom one from the notification, and the top one from the RDM toolbar)
Let's remove the RDM top border

Remove the top border on the RDM toolbar now that the notification box has its own bottom border.
Remove inline-end margin and padding on the RDM toolbar close button to align with notification
close buttons.

Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com: https://github.com/mozilla-firefox/firefox/commit/1b26d1ca450e https://hg.mozilla.org/integration/autoland/rev/62f6b05207c6 [devtools] Small UI refactor for RDM toolbar + notificationbox in Nova. r=devtools-reviewers,bomsy.
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
Resolution: --- → FIXED
Target Milestone: --- → 155 Branch
QA Whiteboard: [qa-triage-done-c156/b155]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: