Skip to content

Commit

Permalink
Merge pull request #1778 from anotherchrisberry/revert-some-menus
Browse files Browse the repository at this point in the history
revert overzealous dropdown menu styling
  • Loading branch information
anotherchrisberry committed Dec 4, 2015
2 parents 90830c5 + 2417670 commit 1f60e2b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/scripts/modules/core/presentation/details.less
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
}
}

.dropdown-menu {
.uib-dropdown-menu {
min-width: 80px;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
</div>
</div>
</form>
<ul class="uib-dropdown-menu"
<ul class="dropdown-menu"
role="menu"
ng-if="querying">
<li class="loader">searching..</li>
</ul>
<ul class="uib-dropdown-menu"
<ul class="dropdown-menu"
role="menu"
ng-if="!querying && showRecentItems">
<li ng-repeat-start="category in recentItems" class="category-heading">
Expand All @@ -36,7 +36,7 @@
</a>
</li>
</ul>
<ul class="uib-dropdown-menu"
<ul class="dropdown-menu"
role="menu"
ng-if="!querying && showSearchResults">
<li ng-repeat-start="category in categories | orderBy: 'order'" class="category-heading">
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/modules/netflix/feedback/feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a href class="dropdown-toggle" ng-click="toggleMenu()">
<span class="glyphicon glyphicon-comment"></span> <span class="hidden-xs hidden-sm">Feedback</span>
</a>
<ul class="uib-dropdown-menu">
<ul class="dropdown-menu">
<li>
<a href ng-click="openFeedback(); toggleMenu();">
<span class="glyphicon glyphicon-envelope"></span>
Expand Down

0 comments on commit 1f60e2b

Please sign in to comment.