-
-
Notifications
You must be signed in to change notification settings - Fork 315
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
Admin cleanup #1339
Admin cleanup #1339
Conversation
735e7ef
to
99b0032
Compare
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.
One question, otherwise this looks like superb cleanup work.
Does this PR get rid of the Bourbon deprecations when precompiling assets?
@@ -29,21 +29,6 @@ table { | |||
} | |||
} | |||
|
|||
.floatThead-container { |
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.
Do we use this class anywhere in our HTML?
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.
No. The plugin that gets removed with this commit adds this DOM node.
Good question. Didn’t checked that. Will do. Bourbon is actually not necessary anymore. |
5f14f57
to
900520f
Compare
Before select2 replaces the selectbox the width is set to 100%, which leads to jumpy UI.
This is a left over from the Sassy buttons removal in a737e5c.
Use plain old border-radius instead.
Flash messages and info/warning messages used to have different colors. They now have a unified look.
These css rules are not used anymore.
The base css file should not hold specific rules
900520f
to
50d5912
Compare
These rules are very old not used in a long time
50d5912
to
69ce797
Compare
@mamhoff removed Bourbon as well. This should be ready to go. Then I can continue working with my other PR |
69ce797
to
0fa3d57
Compare
This is a terrible hack for sticky table headers. The benefit is debatable and the problems is causes not worth it.
Use `render_message` helper instead of a plain `<p>` tag.
This is not necessary and causes overflowing
We never used much of Bourbon besides the border-radius and clearfix shorthands.
0fa3d57
to
99e2e57
Compare
Added changelog entries for the removals |
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.
Thank you!
A set of commits that stacked up while working on an Admin UI refresh
%rounded-border
sass extendand more
Best reviewed commit by commit