mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
turn off brand hover for now + get nav toggling in mobile
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
// COLLAPSE
|
||||
// --------
|
||||
// ACCORDION
|
||||
// ---------
|
||||
|
||||
|
||||
// Parent container
|
||||
|
||||
+1
-2
@@ -43,7 +43,6 @@
|
||||
.navbar {
|
||||
// Hover and active states
|
||||
.brand:hover {
|
||||
color: @white;
|
||||
text-decoration: none;
|
||||
}
|
||||
// Website or project name
|
||||
@@ -286,4 +285,4 @@
|
||||
left: auto;
|
||||
right: 13px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -126,12 +126,6 @@
|
||||
width: auto;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
// Navbar button
|
||||
.btn-navbar {
|
||||
display: block;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -292,6 +286,15 @@
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
// Navbar button
|
||||
.btn-navbar {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.nav-collapse {
|
||||
overflow: hidden;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user