Bug 30952: Fix color of navbar toggle on small screen
authorJulian Maurice <julian.maurice@biblibre.com>
Wed, 14 Sep 2022 10:15:35 +0000 (12:15 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 12 Oct 2022 19:14:39 +0000 (16:14 -0300)
Issue #37

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/css/src/_header.scss

index 8c09682..193ace5 100644 (file)
@@ -1,3 +1,7 @@
+a.navbar-toggle {
+    color: #fff;
+}
+
 #header {
     .navbar-nav > li > a {
         overflow: hidden;