MDL-61135 templates: improve loading icon for loading templates

This commit is contained in:
Ryan Wyllie 2018-02-02 03:26:26 +00:00
parent 2328bcccde
commit 99df051805
5 changed files with 11 additions and 10 deletions

View File

@ -33,4 +33,4 @@
Example context (json):
{}
}}
<span class="loading-icon">{{#pix}} y/loading, core, {{#str}} loading {{/str}} {{/pix}}</span>
<span class="loading-icon">{{#pix}} i/loading, core, {{#str}} loading {{/str}} {{/pix}}</span>

View File

@ -33,6 +33,6 @@
Example context (json):
{}
}}
<span class="overlay-icon-container hidden" data-region="overlay-icon-container">
<span class="overlay-icon-container {{$hiddenclass}}{{^visible}}hidden{{/visible}}{{/hiddenclass}}" data-region="overlay-icon-container">
{{> core/loading }}
</span>

View File

@ -2179,9 +2179,9 @@ $footer-link-color: $bg-inverse-link-color !default;
transform: translate(-50%, -50%);
.icon {
height: 40px;
width: 40px;
height: 30px;
width: 30px;
font-size: 30px;
}
}
}

View File

@ -2404,9 +2404,9 @@ h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions {
transform: translate(-50%, -50%);
.icon {
height: 40px;
width: 40px;
height: 30px;
width: 30px;
font-size: 30px;
}
}
}

View File

@ -4795,8 +4795,9 @@ h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions {
transform: translate(-50%, -50%);
}
.overlay-icon-container .loading-icon .icon {
height: 40px;
width: 40px;
height: 30px;
width: 30px;
font-size: 30px;
}
[data-drag-type="move"] {
cursor: move;