mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 00:29:52 +02:00
improve navbar toggle and hide code snippets on mobile devices for now
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
display: block;
|
||||
width: 22px;
|
||||
height: 2px;
|
||||
background-color: #fff;
|
||||
background-color: #ccc;
|
||||
border-radius: 1px;
|
||||
}
|
||||
.icon-bar + .icon-bar {
|
||||
@@ -230,6 +230,9 @@
|
||||
&:focus {
|
||||
background-color: #333;
|
||||
}
|
||||
.icon-bar {
|
||||
background-color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
// Darken dividers
|
||||
|
Reference in New Issue
Block a user