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

Fixes "wobble" or "jitter" of spinning .status-icons #1016

Merged
merged 1 commit into from
Dec 13, 2016
Merged

Fixes "wobble" or "jitter" of spinning .status-icons #1016

merged 1 commit into from
Dec 13, 2016

Conversation

rhamilto
Copy link
Member

@rhamilto rhamilto commented Dec 9, 2016

// line-height: normal fixes the wobble (see https://github.com/FortAwesome/Font-Awesome/issues/671#issuecomment-249591495 )
// margin-right puts a bit of space between the icon and the text that follows, which is necessary given the larger icon size
.status-icon > .fa-spin {
font-size: 14px;
Copy link
Member

Choose a reason for hiding this comment

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

any reason not to make all the status icons 14px? not just when fa-spin is there

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah. It turns out we're using status-icons at several different font sizes depending on the context, so making all status-icons 14px creates several new bugs. Scoping this to only .fa-spin fixes this issue, but doesn't create new ones.

Additionally, I've opened a new issue to address some of the inconsistencies with status-icons I discovered when investigating.

@jwforres
Copy link
Member

[merge]

@openshift-bot
Copy link

Evaluated for origin web console merge up to 3f02643

@openshift-bot
Copy link

openshift-bot commented Dec 13, 2016

Origin Web Console Merge Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_web_console/850/) (Base Commit: 43e511f)

@openshift-bot openshift-bot merged commit 2206b62 into openshift:master Dec 13, 2016
@rhamilto rhamilto deleted the bz1365301 branch December 13, 2016 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants