Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
starter-theme
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
cwp
starter-theme
Commits
b5da9f96
Commit
b5da9f96
authored
Jun 22, 2017
by
Sacha Judd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FIX add btn btn-link class for firefox focus
parent
b4ec303b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
templates/Includes/MainNav.ss
templates/Includes/MainNav.ss
+1
-1
No files found.
templates/Includes/MainNav.ss
View file @
b5da9f96
...
...
@@ -13,7 +13,7 @@
<a
href=
"$Link"
<%
if
$LinkingMode
=
current
%>aria-label=
"current page"
<%
end_if
%>
class=
"$LinkingMode"
>$MenuTitle
.
XML</a>
<%
if
$Children
%>
<button
class=
"btn pull-right navbar-touch-caret"
aria-haspopup=
"true"
aria-expanded=
"false"
data-toggle=
"dropdown"
>
<button
class=
"btn
btn-link
pull-right navbar-touch-caret"
aria-haspopup=
"true"
aria-expanded=
"false"
data-toggle=
"dropdown"
>
<span
class=
"sr-only"
><%t
CWP_Theme
.
DISPLAY_SUBMENU_PAGES
"Display {count} submenu pages"
count=$MenuTitle
.
XML
%></span>
<i
class=
"fa fa-caret-down"
aria-hidden=
"true"
></i>
</button>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment