]> granicus.if.org Git - docbook-dsssl/commitdiff
removing outline in 'contents' and 'search' buttons that is visible when clicked...
authorKasun Gajasinghe <kasunbg@gmail.com>
Fri, 7 Oct 2011 09:10:21 +0000 (09:10 +0000)
committerKasun Gajasinghe <kasunbg@gmail.com>
Fri, 7 Oct 2011 09:10:21 +0000 (09:10 +0000)
xsl/webhelp/xsl/webhelp.xsl

index acdf3830c0ff1386cdd1865119da4f92e0ba26fa..885cbfe92224713ee1daa2f70ec37001e3b41a29 100644 (file)
@@ -621,8 +621,8 @@ border: none; background: none; font-weight: none; color: none; }
                 <table class="navLinks">
                     <tr>
                         <td>
-                            <a id="showHideButton" onclick="showHideToc();"
-                                class="pointLeft" title="Hide TOC tree">Sidebar
+                            <a id="showHideButton" href="javascript:showHideToc();"
+                                class="pointLeft" tabindex="5" title="Hide TOC tree">Sidebar
                             </a>
                         </td>
                         <xsl:if test="count($prev) &gt; 0
@@ -754,7 +754,7 @@ border: none; background: none; font-weight: none; color: none; }
                         <div id="tabs">
                             <ul>
                                 <li>
-                                    <a href="#treeDiv" tabindex="1">
+                                    <a href="#treeDiv" style="outline:0;" tabindex="1">
                                         <span class="contentsTab">
                                             <xsl:call-template name="gentext">
                                                 <xsl:with-param name="key" select="'TableofContents'"/>
@@ -764,7 +764,7 @@ border: none; background: none; font-weight: none; color: none; }
                                 </li>
                                 <xsl:if test="$webhelp.include.search.tab != 'false'">
                                     <li>
-                                        <a href="#searchDiv" tabindex="1">
+                                        <a href="#searchDiv" style="outline:0;" tabindex="1">
                                             <span class="searchTab">
                                                 <xsl:call-template name="gentext">
                                                     <xsl:with-param name="key" select="'Search'"/>