mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-21 23:45:42 +02:00
Pass attributes
This commit is contained in:
parent
68ee9cbee8
commit
748990d78b
@ -2,7 +2,7 @@
|
||||
<button id="language-toggle{{ counter }}" class="icon-button" type="button"
|
||||
title="Change language" aria-label="Change language"
|
||||
aria-haspopup="true" aria-expanded="false"
|
||||
aria-controls="language-list{{ counter }}">
|
||||
aria-controls="language-list{{ counter }}" style="{{ attributes["style"] }}">
|
||||
<i class="fa fa-globe"></i>
|
||||
</button>
|
||||
<ul id="language-list{{ counter }}" class="theme-popup" aria-label="Languages"
|
||||
|
@ -166,7 +166,7 @@
|
||||
|
||||
<h1 class="menu-title">{{ book_title }}</h1>
|
||||
<div class="right-buttons">
|
||||
<LanguagePicker>
|
||||
<LanguagePicker style="color: red;">
|
||||
</LanguagePicker>
|
||||
{{#if print_enable}}
|
||||
<a href="{{ path_to_root }}print.html" title="Print this book" aria-label="Print this book">
|
||||
|
Loading…
x
Reference in New Issue
Block a user