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:
Diana Whitten
2016-01-30 12:19:37 -07:00
committed by Travis Tripp
parent 78bfa9727d
commit a84e904225

View File

@@ -11,6 +11,13 @@
// Pushes the menu slightly down from the navbar
li > .dropdown-menu {
margin-top: 2px;
@media (max-width: $screen-sm) {
&:after,
&:before {
border: none;
}
}
}
}