Skip to content

Remove problematic CSS !importants#410

Merged
LydiaBarnes merged 1 commit intomasterfrom
lydia/remove-problematic-css-importants
Oct 3, 2016
Merged

Remove problematic CSS !importants#410
LydiaBarnes merged 1 commit intomasterfrom
lydia/remove-problematic-css-importants

Conversation

@LydiaBarnes
Copy link
Copy Markdown
Contributor

While refactoring the CSS for tables in the product, I realized there are some !importants in Ember Table itself that could be removed. I only addressed the couple that were directly affecting our overwriting CSS, I didn't do a major overhaul. The ones I removed weren't even really needed in the first place, the selectors were specific enough already so I have no idea why !important was used.

@Addepar/design @cyril-sf @shiller-addepar @embooglement

@LydiaBarnes
Copy link
Copy Markdown
Contributor Author

BTW I also tested on the demo-app branch.

}

.ember-table-left-table-block .ember-table-cell {
border-right: 16px solid transparent !important;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

finally! ❤️

@LydiaBarnes
Copy link
Copy Markdown
Contributor Author

retest

@LydiaBarnes LydiaBarnes merged commit 0d80e69 into master Oct 3, 2016
LydiaBarnes added a commit that referenced this pull request Oct 3, 2016
…ortants

Remove problematic CSS !importants
LydiaBarnes added a commit that referenced this pull request Oct 4, 2016
…ortants

Remove problematic CSS !importants
LydiaBarnes added a commit that referenced this pull request Oct 5, 2016
Merge pull request #410 from Addepar/lydia/remove-problematic-css-importants
@bantic bantic deleted the lydia/remove-problematic-css-importants branch July 11, 2019 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants