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

Tooltip documentation #1955

Merged
merged 1 commit into from
Jun 21, 2017
Merged

Conversation

gus4no
Copy link

@gus4no gus4no commented May 23, 2017

#1321

Adding a few extra information for tooltips.
I had to override some styling using important! I don't really like this but....

https://github.com/solidusio/solidus/blob/master/backend/app/assets/stylesheets/spree/backend/shared/_tables.scss#L36

This line is removing borders, I tried removing !important but it would probably break something.

image

Copy link
Member

@tvdeyen tvdeyen left a comment

Choose a reason for hiding this comment

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

Thanks. I have some change requests.

@@ -106,6 +106,15 @@
border: 1px solid darken($color-7, 10%);
}
}

table {
Copy link
Member

Choose a reason for hiding this comment

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

The table needs a class otherwise all tables in the style guide will match this.

th, td {
&.actions {
border-right: 1px solid #cee1f4 !important;
border-bottom: 1px solid #cee1f4 !important;
Copy link
Member

Choose a reason for hiding this comment

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

I'm ok with this as the problem is due to the original - wrong - implementation.

@gus4no gus4no force-pushed the tooltip-documentation branch from 662b292 to 52da7ea Compare June 14, 2017 22:16
@gus4no
Copy link
Author

gus4no commented Jun 14, 2017

Ready @tvdeyen, sorry it took long for such a simple change, hope all is good now. :)

Copy link
Member

@tvdeyen tvdeyen left a comment

Choose a reason for hiding this comment

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

Thanks

Copy link
Contributor

@jhawthorn jhawthorn left a comment

Choose a reason for hiding this comment

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

Thank you

@jhawthorn jhawthorn merged commit 36d213d into solidusio:master Jun 21, 2017
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