2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

remove .hidden-* classes from .navbar-toggler and make that part of the .navbar-toggleable-*

This commit is contained in:
Mark Otto
2016-12-22 08:59:45 -08:00
committed by Mark Otto
parent c858af7932
commit 8231b188c3
2 changed files with 14 additions and 10 deletions
+4
View File
@@ -289,6 +289,10 @@
padding-right: .5rem;
padding-left: .5rem;
}
.navbar-toggler {
display: none;
}
}
}
}