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
This commit is contained in:
David Benqué 2022-05-13 11:51:40 +01:00
parent fcb11dd65a
commit cf10e0b390
1 changed files with 9 additions and 0 deletions

View File

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