mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
fix spool color
This commit is contained in:
parent
3dd5626eb9
commit
5011304939
@ -58,7 +58,7 @@ let AccordionListItemEditionWidget = React.createClass({
|
||||
if(isEditionListOpen) {
|
||||
if(typeof this.state.editionList[pieceId] === 'undefined') {
|
||||
return (
|
||||
<span className="glyph-ascribe-spool-chunked ascribe-color spin"/>
|
||||
<span className="glyph-ascribe-spool-chunked spin"/>
|
||||
);
|
||||
} else {
|
||||
return (
|
||||
@ -89,7 +89,7 @@ let AccordionListItemEditionWidget = React.createClass({
|
||||
else if(numEditions === 0) {
|
||||
return (
|
||||
<button className={classNames('btn', 'btn-default', 'btn-xs', this.props.className)}>
|
||||
Creating Editions <span className="glyph-ascribe-spool-chunked ascribe-color spin"/>
|
||||
Creating Editions <span className="glyph-ascribe-spool-chunked spin"/>
|
||||
</button>
|
||||
);
|
||||
}
|
||||
|
@ -346,3 +346,9 @@ hr {
|
||||
0% { transform: rotate(0deg); }
|
||||
100% { transform: rotate(360deg);}
|
||||
}
|
||||
|
||||
.btn-default {
|
||||
.glyph-ascribe-spool {
|
||||
color: white;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user