Difference between revisions of "Widget:HeaderButtons"

From Dragalia Lost Wiki
Jump to navigation Jump to search
>Eave
(test #2)
>Eave
m
Line 7: Line 7:
 
</style>
 
</style>
 
<div class="dl-header-buttons">
 
<div class="dl-header-buttons">
   <!--{section name=index loop=$buttons}
+
   <!--{section name=index loop=$buttons}-->
 
     <a href="<!--{$buttons[index].link|escape:'html'}-->" class="mw-ui-button <!--{if $buttons[index].active}-->mw-ui-progressive<!--{/if}-->">
 
     <a href="<!--{$buttons[index].link|escape:'html'}-->" class="mw-ui-button <!--{if $buttons[index].active}-->mw-ui-progressive<!--{/if}-->">
 
       <img src="<!--{$buttons[index].img|escape:'html'}-->"> <!--{$buttons[index].name|escape:'html'}-->
 
       <img src="<!--{$buttons[index].img|escape:'html'}-->"> <!--{$buttons[index].name|escape:'html'}-->

Revision as of 00:40, 7 April 2020

<style> .dl-header-buttons img {

 height: 19px;
 vertical-align: middle;
 pointer-events: none;

} </style>

   <a href="" class="mw-ui-button mw-ui-progressive">
     <img src=""> 
   </a>