Skip to content
Snippets Groups Projects
Commit febaf36b authored by quinns's avatar quinns Committed by Alberto Siles
Browse files

Issue #3155464 by elij, quinns: navbar-toggler-icon not appearing

parent 04ebb609
Branches 2.1.x
Tags 2.1.0
No related merge requests found
...@@ -95,4 +95,9 @@ ul.dropdown-menu { ...@@ -95,4 +95,9 @@ ul.dropdown-menu {
/* Make sure links in the active trail reverse out to white so that they do not diappear when the LIs highlight */ /* Make sure links in the active trail reverse out to white so that they do not diappear when the LIs highlight */
.dropdown-menu li.active>a { .dropdown-menu li.active>a {
color: #fff; color: #fff;
} }
\ No newline at end of file
/* Menu toggler fall back icon */
.navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment