Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Removed quick open dropdown border. #5029 is no longer an issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
larz0 committed Nov 9, 2013
1 parent 1c59bde commit 362856b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/styles/brackets.less
Original file line number Diff line number Diff line change
Expand Up @@ -1068,13 +1068,9 @@ a, img {
/* Quick Open search bar & dropdown */

.smart_autocomplete_container {

// the borders show up even if the container is empty, must set height to zero using JS.
border: 1px solid @tc-gray-panel-border;

background-color: @tc-gray-panel;
border-radius: 0 0 4px 4px;
box-shadow: @tc-normal-shadow-bottom;
box-shadow: @tc-dropdown-shadow;

// so that border won't show when height is 0.
box-sizing: border-box;
Expand Down

0 comments on commit 362856b

Please sign in to comment.