Fix download and save icons.

This commit is contained in:
Sam El-Husseini
2018-01-03 15:02:24 -08:00
parent 4b836ede1b
commit c916664ae7
10 changed files with 34 additions and 30 deletions

View File

@ -125,19 +125,27 @@ span.blocklyTreeIcon.blocklyTreeIconadvancedexpanded::before {
content: "\f117";
}
.save-editortools-btn .icon.save::before {
content: "\f115"
.save-editortools-btn .icon.save,
.download-button .icon.download.icon-and-text,
.button.approve.positive .i.icon.checkmark,
.button.approve.cancel .i.icon.cancel
{
font-family: 'legoIcons';
}
.download-button .icon.download.icon-and-text::before {
content: "\f114"
.save-editortools-btn .icon.save:before {
content: "\f115";
}
.button.approve.positive .checkmark.icon::before {
content: "\f113"
.download-button .icon.download.icon-and-text:before {
content: "\f114";
}
.button.approve.cancel .cancel.icon::before {
content: "\f112"
.button.approve.positive .i.icon.checkmark:before {
content: "\f113";
}
.button.approve.cancel .i.icon.cancel:before {
content: "\f112";
}