Swap toolbar icon on hover

⚠️ in document toolbars the destroy icon is used instead of drive
it is a placeholder because the drive icon is not in CPtools
master
David Benqué 3 years ago
parent fcb11dd65a
commit cf10e0b390

@ -811,6 +811,15 @@
font-size: 45px; font-size: 45px;
} }
&:hover {
.cptools::before {
content: "\e91f";
}
.fa::before {
content: "\f015";
}
}
// svg { // svg {
// #outline, #squares { // #outline, #squares {
// fill: @toolbar-bg-color; // fill: @toolbar-bg-color;

Loading…
Cancel
Save