-
Notifications
You must be signed in to change notification settings - Fork 898
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
remove outdated css / update expression editor toolbar styling #12998
Conversation
@miq-bot add_label ui, technical debt |
@miq-bot assign @dclarizio |
.searchtoolbar li img.dimmed { background: none;} | ||
|
||
/* Automate Specific */ | ||
.checkall { padding: 0 0 7px 7px;} /*styling for automate (Check All) */ |
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.
Isn't the checkall
class still being used by automate hamls? Is see that class in
app/views/miq_ae_class/_class_instances.html.haml
app/views/miq_ae_class/_class_methods.html.haml
app/views/miq_ae_class/_ns_details.html.haml
app/views/miq_ae_class/_ns_list.html.haml
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.
@mzazrivec It looks like it is used by the JS. I tested those screens, the styling isn't needed.
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.
@epwinchell I see, never mind then.
https://www.pivotaltracker.com/n/projects/1613907/stories/129462395
Old
New