Skip to content

Commit

Permalink
Removing general positioning of spinner to fix layout bug when spinne…
Browse files Browse the repository at this point in the history
…r is used on secondary buttons. Bug happens because secondary-button reruns ffe-sb1-spinner-mixin after position is set in primary-button which it extends.
  • Loading branch information
Glenn A. Brownlee committed Apr 29, 2016
1 parent 1fbbe07 commit 7a5683a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion less/mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
.ffe-sb1-spinner(@color: @ffe-blue-royal-light, @size: 20px) {
content: ' ';
display: inline-block;
position: relative;
width: @size;
height: @size;
border: 3px solid @color;
Expand Down

0 comments on commit 7a5683a

Please sign in to comment.