[Pkg-mozext-commits] [tabmixplus] 03/22: Backed out changeset: 9dde7bf923f8, It add extra space that if you click does nothing

David Prévot taffit at moszumanska.debian.org
Sat Aug 5 15:28:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to tag 0.5.0.4pre.170625a1
in repository tabmixplus.

commit 264e844b96c59aa7092fcee20f2c3d3600631a62
Author: onemen <tabmix.onemen at gmail.com>
Date:   Tue May 30 09:06:31 2017 +0300

    Backed out changeset: 9dde7bf923f8, It add extra space that if you click does nothing
---
 chrome/content/tab/tab.js | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/chrome/content/tab/tab.js b/chrome/content/tab/tab.js
index b929743..a422dbd 100644
--- a/chrome/content/tab/tab.js
+++ b/chrome/content/tab/tab.js
@@ -1852,11 +1852,6 @@ gTMPprefObserver = {
       this.insertRule('.tab-sharing-icon-overlay {display: none;}');
     }
 
-    /* bottom border of top hidden row is visible in Firefox 55 */
-    if (Tabmix.isVersion(550)) {
-      this.insertRule('#tabbrowser-tabs[flowing="multibar"] {padding-top: 1px !important;}');
-    }
-
     // height shrink to actual size when the tabbar is in display: block (multi-row)
     let newRule = '#TabsToolbar[tabmix-show-newtabbutton*="aftertabs"] >' +
                   '#tabbrowser-tabs:not([overflow="true"]) > .tabbrowser-arrowscrollbox[flowing="multibar"]' +

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tabmixplus.git



More information about the Pkg-mozext-commits mailing list