-
Notifications
You must be signed in to change notification settings - Fork 5
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
Rewire CSS to use new classes and clean up. #31
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nstriedinger Thanks for your updates. Are these changes just a result of swapping out element selectors for the classes you've added? Curious about what seems to be rearranging / copy/pasting too?
fill: $white; | ||
display: block; | ||
.search-pager__item.not-active .search-pager__item-link { | ||
display: none; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nstriedinger can you walk me through this change? Is this just a result from copy/pasting?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jesconstantine this is just like the original file. I just tried to organize it so it would be easy to grok through.
|
||
@include breakpoint($bp0) { | ||
display: inline-block; | ||
height: 1em; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nstriedinger can you walk me through this change too? Does this just happen to look like a change in the css rule because of how things were rearranged or is an actual change?
.search-pager__item.not-active { | ||
display: inline-block; } } | ||
.search-pager__item-link svg { | ||
height: 1em; } } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nstriedinger can you walk me through this change too? Does this just happen to look like a change in the css rule because of how things were rearranged or is an actual change?
Thanks for the updates @nstriedinger - I think this will make implementation smoother for themers |
We shouldn't over-style in this base module.