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

Missing drop shadow when only one item listed in Quick Open drop down #8063

Closed
larz0 opened this issue Jun 7, 2014 · 7 comments
Closed

Missing drop shadow when only one item listed in Quick Open drop down #8063

larz0 opened this issue Jun 7, 2014 · 7 comments

Comments

@larz0
Copy link
Member

larz0 commented Jun 7, 2014

screen shot 2014-06-07 at 11 03 24 am

To reproduce enter "styles/brackets_colors.less".

@peterflynn
Copy link
Member

@larz0 I'm not seeing this on master. Could it be due to local CSS changes you've made? Or are you testing on the Themes branch, maybe..?

@larz0
Copy link
Member Author

larz0 commented Jun 9, 2014

@peterflynn it happens when there's only one item in Quick Open.

@peterflynn
Copy link
Member

Aha -- good point, now I see it. Clarifying title (was: "Missing drop shadow on Quick Open drop down")

@peterflynn peterflynn changed the title Missing drop shadow on Quick Open drop down Missing drop shadow when only one item listed in Quick Open drop down Jun 9, 2014
@dangoor
Copy link
Contributor

dangoor commented Jun 16, 2014

Reviewed low priority to @larz0

@cheesypoof
Copy link
Contributor

I can't quite explain the underlying cause of this issue but it probably is related to the stacking context; the following appears to fix it:

.smart_autocomplete_container li {
    position: relative;
    z-index: 0;
}

@peterflynn
Copy link
Member

Looks like this is fixed in my PR #7227, so reassigning to me as fix in progress.

@peterflynn
Copy link
Member

Fixed in 1.3

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants