Pagination / Pager code review and better customizing#11684
Conversation
…les for color, bg and border in all states (default, hover, active, disabled)
|
Sorry, but we cannot rename any variables until v4, unless you want to deprecate them instead. I'm not too happy about that though. Also, your diff is a bit dirty—perhaps out of date with master? |
There was a problem hiding this comment.
now done by the mixin ".pagination-size" at bottom of this file. I was not sure if it better to add this mixin here or in the "sizing" block.
OK, I will do.
But I can not explain why. my repo is up to date, I double checked it. May be some "changes" come in, because I work on a windows system. But I am not sure. |
After I set the line feed to '\n' (see pull request #11687), the diff looks much better. |
|
Diff looks better now, so make those updates given earlier feedback and we can revisit for v3.1. |
|
I'm not sure who you mean. Shall I make an update? If so, which update? |
|
Here's more specific feedback for you to act on:
You cannot rename variables until a major version bump.
Adding new variables is okay as long as they are backward compatible.
We use the
Again, you can't remove variables. You can deprecate for backward compatibility, but not straight up remove. |
undone this in commit 48236ba
in commit 48236ba I initialized the old variables with the new one and add a hint, that they are deprecated.
OK, thank you for explanation. I now readd
see commit 48236ba Is it allowed to update the first post? May be this is the reason for misunderstanding or the not seen updates. |
|
Could you squash the commits where you fixed the backward-compatibility issues? |
|
I will try, but I never did it before, so I am not sure, if I will be sucessfull. I will do this tomorrow, it is late in Germany. Good night. |
…and "disabled" add dist files.
readd removed/renamed variables and add deprecated comment. readd z-index setting for active element
…ootstrap into pagination_customizing
|
I give it up. I do not find a way to reduce the count of commits. I tried |
|
made a new pull request. |
Reviewed Pagination and Pager.
For Pagination:
For Pager:
@pager-disabled-color, because Pager use for all other color setting the variables of Pagination and the value of this variables was also the same that corresponding Pagination variables has