Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Merge branch 'issue-2294' of github.com:vogdb/cm into issue-2294
Browse files Browse the repository at this point in the history
  • Loading branch information
vogdb committed Aug 23, 2016
2 parents bb597d0 + 9d74a9b commit 976d21f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions layout/default/css/mixins.less
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
.font-webFontLoader(@fontFamily) {
font-family: @fontFamily;
transition: opacity @transitionDuration;
opacity: 0;

html.wf-loading & {
opacity: 0;
html.wf-active &, html.wf-inactive & {
opacity: 1;
}
}

Expand Down

0 comments on commit 976d21f

Please sign in to comment.