Default Theme:Responsive Menu shouldn't have Arrow
The responsive menu on the 'default' theme shouldn't have the little 'arrow' associated with it. Closes-bug: #1539972 Change-Id: Icb4a500e9bd3bb1e11853391a5357876ffa61348
This commit is contained in:

committed by
Travis Tripp

parent
78bfa9727d
commit
a84e904225
@@ -11,6 +11,13 @@
|
|||||||
// Pushes the menu slightly down from the navbar
|
// Pushes the menu slightly down from the navbar
|
||||||
li > .dropdown-menu {
|
li > .dropdown-menu {
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
|
|
||||||
|
@media (max-width: $screen-sm) {
|
||||||
|
&:after,
|
||||||
|
&:before {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user