1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02: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

View File

@@ -289,6 +289,10 @@
padding-right: .5rem;
padding-left: .5rem;
}
.navbar-toggler {
display: none;
}
}
}
}