You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by wa...@apache.org on 2021/06/29 23:26:56 UTC

[openoffice-project] branch preview/refresh updated: navbar toggle icon

This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch preview/refresh
in repository https://gitbox.apache.org/repos/asf/openoffice-project.git


The following commit(s) were added to refs/heads/preview/refresh by this push:
     new 95e5ab9  navbar toggle icon
95e5ab9 is described below

commit 95e5ab997f8244f8f325fae55fa80dde28edca52
Author: Dave Fisher <da...@davefisher.tech>
AuthorDate: Tue Jun 29 16:25:18 2021 -0700

    navbar toggle icon
---
 theme/openoffice/templates/topnav.html | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/theme/openoffice/templates/topnav.html b/theme/openoffice/templates/topnav.html
index 1c39003..075d246 100644
--- a/theme/openoffice/templates/topnav.html
+++ b/theme/openoffice/templates/topnav.html
@@ -1,3 +1,9 @@
+<button class="navbar-toggler" type="button"
+        data-toggle="collapse" data-target="#navbarSupportedContent"
+        aria-controls="navbarSupportedContent" aria-expanded="false"
+        aria-label="Toggle navigation">
+  <span class="navbar-toggler-icon"></span>
+</button>
 <div class="collapse navbar-collapse" id="navbarSupportedContent">
   <ul class="navbar-nav mr-auto">
     <li class="nav-item active dropdown">