Bug 1253981 - Fix out of view breakpoint checkboxes in debugger. r=bgrins draft
authorTim Nguyen <ntim.bugs@gmail.com>
Wed, 09 Mar 2016 20:30:52 +0100
changeset 338655 2ba8e4f3dce39d0325475dcc82a269ed54bf3ca2
parent 338652 6009eb63149d0dcacfa659b6d84a6f1eaa898c06
child 515831 cb9c2f510836a150acff071b942a844ff681cd10
push id12551
push userntim.bugs@gmail.com
push dateWed, 09 Mar 2016 19:31:18 +0000
reviewersbgrins
bugs1253981
milestone48.0a1
Bug 1253981 - Fix out of view breakpoint checkboxes in debugger. r=bgrins MozReview-Commit-ID: IHM56SfHwjL
devtools/client/themes/widgets.css
--- a/devtools/client/themes/widgets.css
+++ b/devtools/client/themes/widgets.css
@@ -425,18 +425,23 @@
   /* To avoid having content overlapping the arrow image. */
   padding-inline-end: 8px;
 }
 
 .side-menu-widget-item-other {
   /* To avoid having content overlapping the arrow image. */
   padding-inline-end: 8px;
   /* To compensate for the .side-menu-widget-item-contents padding. */
+  margin-inline-start: -4px;
+  margin-inline-end: -8px;
+}
+
+.side-menu-widget-group-title + .side-menu-widget-group-list .side-menu-widget-item-other {
+  /* To compensate for the .side-menu-widget-item-contents padding. */
   margin-inline-start: -20px;
-  margin-inline-end: -8px;
 }
 
 .side-menu-widget-item.selected .side-menu-widget-item-other:not(.selected) {
   background-color: var(--theme-sidebar-background);
   box-shadow: inset 2px 0 0 var(--theme-selection-background);
   color: var(--theme-body-color);
 }