mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
fix responsive navbar nav treatment by using hover instead of click
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@
|
||||
.navbar {
|
||||
overflow: visible;
|
||||
}
|
||||
// gradient is applied to it's own element because overflow visible is not honored by ie when filter is present
|
||||
// gradient is applied to it's own element because overflow visible is not honored by IE when filter is present
|
||||
.navbar-inner {
|
||||
background-color: @navBarBgEnd;
|
||||
#gradient > .vertical(@navBarBgStart, @navBarBgEnd);
|
||||
|
||||
Reference in New Issue
Block a user