Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

fix(spinner-class): add glyphicon to default spinner class, update css #1894

Merged
merged 2 commits into from
Mar 7, 2017

Conversation

brianchance
Copy link

Fixes #1893.

@Jefiozie
Copy link
Contributor

@brianchance , can you have a look at the build error's?
Thanks

@brianchance
Copy link
Author

Done.

@@ -317,17 +317,10 @@ body > .ui-select-bootstrap.open {
}

/* Spinner */
.ui-select-refreshing {
.ui-select-refreshing.glyphicon {
Copy link
Contributor

Choose a reason for hiding this comment

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

Should the ui-select-refreshing.glyphicon be as one selector?

@brianchance
Copy link
Author

I did it this way so you can target font-awesome with .ui-select-refreshing.fa. It needs different positioning.

@brianchance
Copy link
Author

For font-awesome, I am using...

.ui-select-refreshing.fa {
  position: absolute;
  top: 9px;
  right: 27px;
 }

@Jefiozie Jefiozie merged commit 3e25a48 into angular-ui:master Mar 7, 2017
@Jefiozie
Copy link
Contributor

Jefiozie commented Mar 7, 2017

Merged it thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants