From 546d460442e490cbadf2b9416c77f15c16a6f36f Mon Sep 17 00:00:00 2001 From: Andrew Shu Date: Mon, 12 Sep 2016 20:43:16 -0700 Subject: [PATCH] Metal: Fix sizing of selected pinned tabs --- skin/classic/treestyletab/metal/tab.css | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/skin/classic/treestyletab/metal/tab.css b/skin/classic/treestyletab/metal/tab.css index 56c682f2..91a1db6b 100644 --- a/skin/classic/treestyletab/metal/tab.css +++ b/skin/classic/treestyletab/metal/tab.css @@ -194,23 +194,6 @@ /* pinned tabs */ -.tabbrowser-tabs[treestyletab-mode="vertical"] - .tabbrowser-tab:not(:hover) - .tab-content[pinned], -.tabbrowser-tabs[treestyletab-mode="vertical"] - .tabbrowser-tab:hover - .tab-content[pinned], -.tabbrowser-tabs[treestyletab-mode="vertical"] - .tabbrowser-tab[visuallyselected]:not(:hover) - .tab-content[pinned], -.tabbrowser-tabs[treestyletab-mode="vertical"] - .tabbrowser-tab[visuallyselected]:hover - .tab-content[pinned] { - -moz-border-image: none !important; - border-image: none !important; - margin: 0 !important; - padding: 0 !important; -} .tabbrowser-tabs[treestyletab-mode="vertical"] .tabbrowser-tab:not(:hover) .tab-content[pinned]:not([titlechanged]),