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

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

parent 93531ae0
No related branches found
No related tags found
No related merge requests found
......@@ -96,8 +96,3 @@ ul.dropdown-menu {
.dropdown-menu li.active>a {
color: #fff;
}
/* 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