Add comments

master
David Benqué 3 years ago
parent 5f765b1dc2
commit c2b882dbe6

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

Loading…
Cancel
Save