[freeside-commits] branch master updated. 5f6b143801578ebcc30b97fba1b047f80fa232fe

Mitch Jackson mitch at freeside.biz
Sun Dec 9 14:56:44 PST 2018


The branch, master has been updated
       via  5f6b143801578ebcc30b97fba1b047f80fa232fe (commit)
      from  f4a0aa6fc746ba02dd021ece8f46b2ca4e001cc4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5f6b143801578ebcc30b97fba1b047f80fa232fe
Author: Mitch Jackson <mitch at freeside.biz>
Date:   Sun Dec 9 17:53:20 2018 -0500

    RT# 81706 Fix for transparent customer menu tabs

diff --git a/httemplate/elements/dropdown-menu.html b/httemplate/elements/dropdown-menu.html
index 54447a23f..3c0f40f75 100644
--- a/httemplate/elements/dropdown-menu.html
+++ b/httemplate/elements/dropdown-menu.html
@@ -5,12 +5,17 @@
   border: none;
 }
 
+% if ( $opt{id} !~ /customer_/ ) {
+% # Fix for changes to how jQuery UI applies state classes
+
 #<% $opt{id} %> .ui-state-active {
   color: inherit;
   background-color: transparent;
   border-color: transparent;
 }
 
+% }
+
 #<% $opt{id} %> li {
   float: left;
   padding: .25em;

-----------------------------------------------------------------------

Summary of changes:
 httemplate/elements/dropdown-menu.html | 5 +++++
 1 file changed, 5 insertions(+)




More information about the freeside-commits mailing list