From c7bd381abc4ed3cba599c44fc86899a0d32053f5 Mon Sep 17 00:00:00 2001 From: Ian Moody Date: Sun, 3 Jul 2016 17:04:47 +0100 Subject: [PATCH] Bug 1268738 - Remove the background image from devtools breadcrumbs in the firebug theme. r=ntim Prevents two breadcrumb arrows from appearing because the light-theme breadcrumb is a background while the firebug-theme one is a CSS generated element MozReview-Commit-ID: 20DEHid7lOP --HG-- extra : transplant_source : kh%A0%F2%14%0B%FF%F3%BC%A6%28%1E%A39%9E%F2F%04%15%7B --- devtools/client/themes/widgets.css | 1 + 1 file changed, 1 insertion(+) diff --git a/devtools/client/themes/widgets.css b/devtools/client/themes/widgets.css index 098d691337d5..91afc1a3ade2 100644 --- a/devtools/client/themes/widgets.css +++ b/devtools/client/themes/widgets.css @@ -351,6 +351,7 @@ .theme-firebug .breadcrumbs-widget-item { margin-inline-start: 10px; margin-inline-end: 1px; + background-image: none; border: 1px solid transparent; color: #141414; border-radius: 2px;