You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
602 B
12 lines
602 B
<button class="show-all"
|
|
aria-label="Show all. (Showing highlights only. Click to show additional (but likely irrelevant) data.)"
|
|
title="Showing highlights only. Click to show additional (but likely irrelevant) data.">
|
|
<img src="/img/spotlights.svg" aria-hidden="true" />
|
|
Show all
|
|
</button>
|
|
<button class="show-highlights"
|
|
aria-label="Show highlights only. (Showing all data. Click to show only relevant data.)"
|
|
title="Showing all data. Click to show only relevant data.">
|
|
<img src="/img/spotlights-dark.svg" aria-hidden="true" />
|
|
Show highlights only
|
|
</button>
|
|
|