Fix download and save icons.
This commit is contained in:
@ -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";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user