Bug 1394268 - Part 3: Remove the border and active tab styles for the sidebar tabs. r=bgrins draft
authorGabriel Luong <gabriel.luong@gmail.com>
Sun, 27 Aug 2017 21:23:48 -0400
changeset 653785 f148d45f6b29d108ea2909c0abdfcd7cfdd9d736
parent 653784 444b78512188c1028690d5ee5f8b93516674452a
child 653786 7287396fcd797c5f24223651ee063b47de9647ca
push id76406
push userbmo:gl@mozilla.com
push dateMon, 28 Aug 2017 01:25:15 +0000
reviewersbgrins
bugs1394268
milestone57.0a1
Bug 1394268 - Part 3: Remove the border and active tab styles for the sidebar tabs. r=bgrins MozReview-Commit-ID: 1r2OcibBsDl
devtools/client/shared/components/tabs/tabs.css
--- a/devtools/client/shared/components/tabs/tabs.css
+++ b/devtools/client/shared/components/tabs/tabs.css
@@ -76,20 +76,16 @@
   border-bottom: 1px solid var(--theme-splitter-color);
   background: var(--theme-tab-toolbar-background);
 }
 
 .theme-dark .tabs .tabs-menu-item,
 .theme-light .tabs .tabs-menu-item {
   margin: 0;
   padding: 0;
-  border-style: solid;
-  border-width: 0;
-  border-inline-start-width: 1px;
-  border-color: var(--theme-splitter-color);
   color: var(--theme-content-color1);
 }
 
 .theme-dark .tabs .tabs-menu-item:last-child,
 .theme-light:not(.theme-firebug) .tabs .tabs-menu-item:last-child {
   border-inline-end-width: 1px;
 }
 
@@ -103,22 +99,16 @@
   background-color: var(--theme-toolbar-hover);
 }
 
 .theme-dark .tabs .tabs-menu-item:hover:active:not(.is-active),
 .theme-light .tabs .tabs-menu-item:hover:active:not(.is-active) {
   background-color: var(--theme-toolbar-hover-active);
 }
 
-.theme-dark .tabs .tabs-menu-item.is-active,
-.theme-light .tabs .tabs-menu-item.is-active {
-  background-color: var(--theme-selection-background);
-  color: var(--theme-selection-color);
-}
-
 /* Dark Theme */
 
 .theme-dark .tabs .tabs-menu-item {
   color: var(--theme-body-color-alt);
 }
 
 .theme-dark .tabs .tabs-menu-item:hover:not(.is-active) {
   color: var(--theme-focus-outline-color);