File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 96
96
cursor : pointer;
97
97
}
98
98
99
+ # theme-button .material-symbols-outlined : hover {
100
+ color : var (--main-hyperlinks-color );
101
+ }
102
+
99
103
li .material-symbols-outlined , dt .material-symbols-outlined {
100
104
font-size : 1em ;
101
105
vertical-align : text-bottom;
@@ -870,6 +874,10 @@ button {
870
874
cursor : pointer;
871
875
}
872
876
877
+ # sidenav-left-toggle : hover {
878
+ color : var (--main-hyperlinks-color );
879
+ }
880
+
873
881
/* left-nav disappears, and can transition in from the left */
874
882
@media screen and (max-width : 840px ) {
875
883
# sidenav-left-toggle {
Original file line number Diff line number Diff line change @@ -3642,14 +3642,14 @@ String _deduplicated_lib_templates_html__head_html(TemplateDataBase context0) {
3642
3642
<form class="search navbar-right" role="search">
3643
3643
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
3644
3644
</form>
3645
- <div class="toggle" id="theme-button">
3645
+ <div class="toggle" id="theme-button" title="Toggle brightness" >
3646
3646
<label for="theme">
3647
3647
<input type="checkbox" id="theme" value="light-theme">
3648
3648
<span id="dark-theme-button" class="material-symbols-outlined">
3649
- brightness_4
3649
+ dark_mode
3650
3650
</span>
3651
3651
<span id="light-theme-button" class="material-symbols-outlined">
3652
- brightness_5
3652
+ light_mode
3653
3653
</span>
3654
3654
</label>
3655
3655
</div>
Original file line number Diff line number Diff line change 54
54
< form class ="search navbar-right " role ="search ">
55
55
< input type ="text " id ="search-box " autocomplete ="off " disabled class ="form-control typeahead " placeholder ="Loading search... ">
56
56
</ form >
57
- < div class ="toggle " id ="theme-button ">
57
+ < div class ="toggle " id ="theme-button " title =" Toggle brightness " >
58
58
< label for ="theme ">
59
59
< input type ="checkbox " id ="theme " value ="light-theme ">
60
60
< span id ="dark-theme-button " class ="material-symbols-outlined ">
61
- brightness_4
61
+ dark_mode
62
62
</ span >
63
63
< span id ="light-theme-button " class ="material-symbols-outlined ">
64
- brightness_5
64
+ light_mode
65
65
</ span >
66
66
</ label >
67
67
</ div >
You can’t perform that action at this time.
0 commit comments