Skip to content

Commit 80596f9

Browse files
committed
Removed not needed div
1 parent 203d387 commit 80596f9

File tree

1 file changed

+7
-9
lines changed
  • deps/rabbitmq_management/priv/www/js/tmpl

1 file changed

+7
-9
lines changed

deps/rabbitmq_management/priv/www/js/tmpl/layout.ejs

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,11 @@
5454
<li><a rel="noopener noreferrer" href="https://www.rabbitmq.com/docs/plugins" target="_blank">Plugins</a></li>
5555
<li><a rel="noopener noreferrer" href="https://www.rabbitmq.com/github" target="_blank">GitHub</a></li>
5656
</ul>
57-
<div id="theme-switcher">
58-
<fieldset class="switcher">
59-
<legend class="switcher__legend">Scheme</legend>
60-
<input class="switcher__radio switcher__radio--light" type="radio" name="color-scheme" value="light" aria-label="Light">
61-
<input class="switcher__radio switcher__radio--auto" type="radio" name="color-scheme" value="auto" aria-label="System" checked>
62-
<input class="switcher__radio switcher__radio--dark" type="radio" name="color-scheme" value="dark" aria-label="Dark">
63-
<div class="switcher__status"></div>
64-
</fieldset>
65-
</div>
57+
<fieldset class="switcher">
58+
<legend class="switcher__legend">Scheme</legend>
59+
<input class="switcher__radio switcher__radio--light" type="radio" name="color-scheme" value="light" aria-label="Light">
60+
<input class="switcher__radio switcher__radio--auto" type="radio" name="color-scheme" value="auto" aria-label="System" checked>
61+
<input class="switcher__radio switcher__radio--dark" type="radio" name="color-scheme" value="dark" aria-label="Dark">
62+
<div class="switcher__status"></div>
63+
</fieldset>
6664
</div>

0 commit comments

Comments
 (0)