Merge pull request #1368 from pi-hole/sidebar-toggle

Use `fa5` class on the sidebar toggle
This commit is contained in:
DL6ER
2020-05-25 20:36:19 +02:00
committed by GitHub
2 changed files with 1 additions and 11 deletions

View File

@@ -265,7 +265,7 @@ if($auth) {
<!-- Header Navbar: style can be found in header.less -->
<nav class="navbar navbar-static-top">
<!-- Sidebar toggle button-->
<a href="#" class="sidebar-toggle" data-toggle="push-menu" role="button">
<a href="#" class="sidebar-toggle fa5" data-toggle="push-menu" role="button">
<span class="sr-only">Toggle navigation</span>
</a>
<div class="navbar-custom-menu">

View File

@@ -99,11 +99,6 @@
}
}
.main-header > .navbar,
.navbar > .sidebar-toggle {
height: 50px;
}
#resetButton {
font-weight: 700;
}
@@ -244,11 +239,6 @@
margin-left: 2px;
}
.sidebar-toggle:before {
font-weight: 900;
font-family: "Font Awesome 5 Free";
}
/* Utilities */
.text-underline {
text-decoration: underline;