Fixed Menu Button (Still unnecessary code in resources->js->navmenu->menu.js)

This commit is contained in:
Anders
2020-06-25 15:20:42 +02:00
parent 1d08ddbf58
commit ec8eba98c8
4 changed files with 12 additions and 1 deletions
+4
View File
@@ -469,6 +469,10 @@ a {
--toggleSize: 1.25rem;
}
.hide {
display: block !important;
}
/*!
* Font Awesome Free 5.13.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
+4
View File
@@ -469,6 +469,10 @@ a {
--toggleSize: 1.25rem;
}
.hide {
display: block !important;
}
/*!
* Font Awesome Free 5.13.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
+3
View File
@@ -36,5 +36,8 @@
// Checkboxes
@import "forms/checkboxes";
// Hide/Show Menu
@import "general/hide";
@import "../vendor/font-awesome/fontawesome";
@import "../vendor/font-awesome/solid";
+1 -1
View File
@@ -1,3 +1,3 @@
.hide {
color: yellow;
display: block !important;
}