]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/common_tabs.tpl
[frio] Larger clickable area for dropdown menus
[friendica.git] / view / theme / frio / templates / common_tabs.tpl
index 0f95d1a549d5a8a4fa4cb68a3d0396fc4d259b43..306fa27cd43cf6cf1f55c2595d8d0e4ef3e52952 100644 (file)
@@ -6,7 +6,7 @@
                        <ul class="tabs flex-nav" role="menu">
                                {{foreach $tabs as $tab}}
                                        <li id="{{$tab.id}}" role="presentation" {{if $tab.sel}} class="{{$tab.sel}}" {{/if}}>
-                                               <a role="menuitem" href="{{$tab.url}}" {{if $tab.accesskey}}accesskey="{{$tab.accesskey}}" {{/if}}
+                                               <a role="menuitem" class="tabbar-wrapper__link" href="{{$tab.url}}" {{if $tab.accesskey}}accesskey="{{$tab.accesskey}}" {{/if}}
                                                        {{if $tab.title}} title="{{$tab.title}}" {{/if}}>
                                                        {{$tab.label}}
                                                </a>
@@ -37,7 +37,7 @@
                                {{foreach $tabs as $tab}}
                                        {{if $tab.sel}}
                                                <li id="{{$tab.id}}-xs" role="presentation" {{if $tab.sel}} class="{{$tab.sel}}" {{/if}}>
-                                                       <a role="menuitem" href="{{$tab.url}}" {{if $tab.title}} title="{{$tab.title}}" {{/if}}>
+                                                       <a role="menuitem" class="tabbar-wrapper__link" href="{{$tab.url}}" {{if $tab.title}} title="{{$tab.title}}" {{/if}}>
                                                                {{$tab.label}}
                                                        </a>
                                                </li>