Bug 1287371 - Tabs hover style was changed in firebug theme. r=ntim draft
authorSteve Chung <schung@mozilla.com>
Wed, 20 Jul 2016 17:31:49 +0800
changeset 391248 659d277bd9bf76ea74813db2130f057def906518
parent 389281 feaaf1af1065257b9178faca8b67eed9657b4a17
child 526180 8253cd4ab8e1845fbd028992205734432129e6a2
push id23862
push userschung@mozilla.com
push dateFri, 22 Jul 2016 10:59:21 +0000
reviewersntim
bugs1287371
milestone50.0a1
Bug 1287371 - Tabs hover style was changed in firebug theme. r=ntim MozReview-Commit-ID: JRoksyvvdo4
devtools/client/shared/components/tabs/tabs.css
--- a/devtools/client/shared/components/tabs/tabs.css
+++ b/devtools/client/shared/components/tabs/tabs.css
@@ -148,17 +148,21 @@
 .theme-firebug .tabs .tabs-menu-item.is-active a,
 .theme-firebug .tabs .tabs-menu-item.is-active:hover a {
   background-color: rgb(247, 251, 254);
   border: 1px solid rgb(170, 188, 207);
   border-bottom-color: transparent;
   color: var(--theme-body-color);
 }
 
-.theme-firebug .tabs .tabs-menu-item a:hover,
+.theme-firebug .tabs .tabs-menu-item.is-active:hover:active a {
+  background-color: var(--theme-selection-background);
+  color: var(--theme-selection-color);
+}
+
 .theme-firebug .tabs .tabs-menu-item a {
   border: 1px solid transparent;
 }
 
 .theme-firebug .tabs .tabs-menu-item a:hover,
 .theme-firebug .tabs .tabs-menu-item a {
   padding: 4px 8px 4px 8px;
 }