[Pkg-mozext-commits] [tabmixplus] 25/48: Follow up bug 1387117 - Fix containers highlight for square tabs to be an underline

David Prévot taffit at moszumanska.debian.org
Sun Aug 20 03:14:36 UTC 2017


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

taffit pushed a commit to branch master
in repository tabmixplus.

commit c9b55fb70df4eec4e2b8c93773d5ba0625fcc7d0
Author: onemen <tabmix.onemen at gmail.com>
Date:   Tue Aug 8 23:38:36 2017 +0300

    Follow up bug 1387117 - Fix containers highlight for square tabs to be an underline
---
 chrome/content/tab/tab.js           | 4 +++-
 chrome/content/tab/tabbrowser_4.xml | 2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/chrome/content/tab/tab.js b/chrome/content/tab/tab.js
index 9f0439a..9759496 100644
--- a/chrome/content/tab/tab.js
+++ b/chrome/content/tab/tab.js
@@ -1900,7 +1900,9 @@ gTMPprefObserver = {
                  }`;
       this.insertRule(newRule);
     } else if (!Tabmix.isVersion(570)) {
-      newRule = `.tab-stack > .tab-background > .tab-line {
+      newRule = `.tab-stack > .tab-background > .tab-line, 
+                 .tab-stack > .tab-background > .tabmix-tab-line-spacer,
+                 .tab-stack > .tab-background > .tab-bottom-line {
                     display: none;
                  }`;
       this.insertRule(newRule);
diff --git a/chrome/content/tab/tabbrowser_4.xml b/chrome/content/tab/tabbrowser_4.xml
index 71fd549..636b30f 100644
--- a/chrome/content/tab/tabbrowser_4.xml
+++ b/chrome/content/tab/tabbrowser_4.xml
@@ -37,6 +37,8 @@
                   class="tab-background">
           <xul:hbox xbl:inherits="selected=visuallyselected"
                     class="tab-line"/>
+          <xul:spacer flex="1" class="tabmix-tab-line-spacer"/>
+          <xul:hbox class="tab-bottom-line"/>
           <xul:hbox xbl:inherits="pinned,selected=visuallyselected"
                     class="tab-background-start"/>
           <xul:hbox xbl:inherits="pinned,selected=visuallyselected"

-- 
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