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

[Tree] Fix a few regressions #2466

Merged
merged 12 commits into from
Oct 4, 2018
Merged

[Tree] Fix a few regressions #2466

merged 12 commits into from
Oct 4, 2018

Conversation

llorca
Copy link
Contributor

@llorca llorca commented May 4, 2018

  • Proper icon color
  • Proper popover wrapper/target centering in secondary label
  • Chevron icon for animated expand icon
  • Improve example

@llorca llorca requested a review from giladgray May 4, 2018 21:20
@blueprint-bot
Copy link

center popover wrappers/targets in secondary label

Preview: documentation | landing | table

@llorca llorca requested review from giladgray and removed request for giladgray May 16, 2018 23:16
}

.#{$ns}-icon {
margin: $tree-icon-spacing;
}
}

#{$icon-classes} {
color: $pt-icon-color;
Copy link
Contributor

Choose a reason for hiding this comment

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

❌ this selector is not scoped!!!! if you actually want to change all icons default colors then this is not the correct file. but i suspect you just want to scope this.

packages/core/src/components/tree/_tree.scss Show resolved Hide resolved
@giladgray
Copy link
Contributor

also merge conflicts

packages/core/src/components/tree/_tree.scss Show resolved Hide resolved
@@ -127,6 +130,12 @@ $tree-icon-spacing: ($tree-row-height - $pt-icon-size-standard) / 2 !default;
padding: 0 ($pt-grid-size / 2);
line-height: $tree-row-height;
Copy link
Contributor

Choose a reason for hiding this comment

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

remove this.

@blueprint-bot
Copy link

merge conflicts

Preview: documentation | landing | table

@blueprint-bot
Copy link

scope icon color

Preview: documentation | landing | table

@blueprint-bot
Copy link

test refactors

Previews: documentation | landing | table

@blueprint-bot
Copy link

test refactors

Previews: documentation | landing | table

@blueprint-bot
Copy link

remove line-height

Previews: documentation | landing | table

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