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

Fix leave and hide click, color and position #8243

Merged
merged 2 commits into from
Sep 21, 2017
Merged

Conversation

karlprieb
Copy link
Contributor

@RocketChat/core

Closes #ISSUE_NUMBER

image

@engelgabriel engelgabriel temporarily deployed to rocket-chat-pr-8243 September 21, 2017 15:46 Inactive
@@ -9,7 +9,7 @@ <h3 class="rc-popover__title">{{group.title}}</h3>
{{/if}}
<ul class="rc-popover__list">
{{#each item in group.items}}
<li class="rc-popover__item rc-popover__item--{{item.class}}" data-type={{item.type}} data-id={{item.id.toLowerCase}} data-href={{item.href}} data-sidenav={{item.sideNav}}>
<li class="rc-popover__item rc-popover__item--{{item.modifier}}" data-type={{item.type}} data-id={{item.id.toLowerCase}} data-href={{item.href}} data-sidenav={{item.sideNav}}>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whats happen when the modifier is null?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It will create an rc-popover__item-- class. Is it a problem?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes.

@rodrigok rodrigok added this to the 0.59.0-rc.8 milestone Sep 21, 2017
@rodrigok rodrigok changed the title [FIX] leave and hide click, color and position Fix leave and hide click, color and position Sep 21, 2017
@rodrigok rodrigok merged commit edddafc into develop Sep 21, 2017
rodrigok added a commit that referenced this pull request Sep 23, 2017
Fix `leave and hide` click, color and position
@rodrigok rodrigok deleted the fix-leave-and-hide branch December 18, 2017 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants