Bug 1253981 - Fix out of view breakpoint checkboxes in debugger. r=bgrins

MozReview-Commit-ID: IHM56SfHwjL
This commit is contained in:
Tim Nguyen 2016-03-09 21:13:57 +01:00
parent 1a40289667
commit 41e8d758e2

View File

@ -430,10 +430,15 @@
/* 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: -20px;
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;
}
.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);