1
0
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:
sakex 2023-09-26 23:41:59 +02:00
parent 68ee9cbee8
commit 748990d78b
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<button id="language-toggle{{ counter }}" class="icon-button" type="button" <button id="language-toggle{{ counter }}" class="icon-button" type="button"
title="Change language" aria-label="Change language" title="Change language" aria-label="Change language"
aria-haspopup="true" aria-expanded="false" 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> <i class="fa fa-globe"></i>
</button> </button>
<ul id="language-list{{ counter }}" class="theme-popup" aria-label="Languages" <ul id="language-list{{ counter }}" class="theme-popup" aria-label="Languages"

View File

@ -166,7 +166,7 @@
<h1 class="menu-title">{{ book_title }}</h1> <h1 class="menu-title">{{ book_title }}</h1>
<div class="right-buttons"> <div class="right-buttons">
<LanguagePicker> <LanguagePicker style="color: red;">
</LanguagePicker> </LanguagePicker>
{{#if print_enable}} {{#if print_enable}}
<a href="{{ path_to_root }}print.html" title="Print this book" aria-label="Print this book"> <a href="{{ path_to_root }}print.html" title="Print this book" aria-label="Print this book">