[Pkg-mozext-commits] [tabmixplus] 13/13: Bottom border of top hidden row is visible in Firefox 55

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


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

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

commit 3fe2ca592e6405dbafbeba3688d3250a1a87018b
Author: onemen <tabmix.onemen at gmail.com>
Date:   Wed May 24 20:40:22 2017 +0300

    Bottom border of top hidden row is visible in Firefox 55
---
 chrome/content/tab/tab.js | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/chrome/content/tab/tab.js b/chrome/content/tab/tab.js
index a422dbd..b929743 100644
--- a/chrome/content/tab/tab.js
+++ b/chrome/content/tab/tab.js
@@ -1852,6 +1852,11 @@ 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