Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed dropdown #125

Merged
merged 1 commit into from
Dec 8, 2015
Merged

Fixed dropdown #125

merged 1 commit into from
Dec 8, 2015

Conversation

dbritto-dev
Copy link
Contributor

This fixed dropdown when using .slds-dropdown-trigger--click, if .slds-is-open exists

the correct css is:

&.#{$css-prefix}is-open .#{$css-prefix}dropdown {
      display: block;
      visibility: visible;
      opacity: 1;
}

This fixed dropdown when using .slds-dropdown-trigger--click, if .slds-is-open exists 

the correct css is:

&.#{$css-prefix}is-open .#{$css-prefix}dropdown {
      display: block;
      visibility: visible;
      opacity: 1;
}
@salesforce-ux-bot
Copy link
Contributor

By analyzing the blame information on this pull request, we identified @brandonferrua, @aputinski and @stefsullrew to be potential reviewers

@brandonferrua
Copy link
Contributor

Thanks for your contribution; we really appreciate your help!

We do require a signed CLA for any contribution, so before we can merge your pull request you'll need to complete the following steps:
https://github.com/salesforce-ux/design-system/blob/winter-16/CONTRIBUTING.md

The good news is that you only have to do this once. Thanks for contributing, and we look forward to integrating your improvements!

@dbritto-dev
Copy link
Contributor Author

@brandonferrua Thx, I already sent my info

brandonferrua added a commit that referenced this pull request Dec 8, 2015
@brandonferrua brandonferrua merged commit 045cf5a into salesforce-ux:winter-16 Dec 8, 2015
aputinski pushed a commit that referenced this pull request Mar 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants