Skip to content
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

create an svg icon sprite for all action icons #3385

Closed
wants to merge 7 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions core/css/apps.scss
Expand Up @@ -684,8 +684,6 @@ em {
/* Keep padding to define the width to
assure correct position of a possible text */
margin: 14px 13px 15px 16px;
min-width: 0; /* Overwrite icons*/
min-height: 0;
opacity: 0.7; /* Default button icon override */
Copy link
Member

@skjnldsv skjnldsv Feb 28, 2017

Choose a reason for hiding this comment

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

This was used to cancel the min height/width applied to the icons. Since we're using padding to define the height, we don't want the 16x16px minimum set on [class^='icon-'], [class*=' icon-']

}
}
Expand Down