Show drive icon when hovering document icon in toolbar

master
David Benqué 3 years ago
parent f3e10994ab
commit 1dc2d74f08

@ -814,7 +814,7 @@
&:hover { &:hover {
// Icons shown when hovering the toolbar icon (where logo used to be) // Icons shown when hovering the toolbar icon (where logo used to be)
.cptools::before { .cptools::before {
content: "\e91f"; // XXX Currently shows Destroy content: "\e920"; // shows drive icon in document toolbars
} }
.fa::before { .fa::before {
content: "\f0a0"; // shows hdd-o for all FA icons (settings, etc) content: "\f0a0"; // shows hdd-o for all FA icons (settings, etc)

Loading…
Cancel
Save