mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
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:
parent
fcb11dd65a
commit
cf10e0b390
@ -811,6 +811,15 @@
|
||||
font-size: 45px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
.cptools::before {
|
||||
content: "\e91f";
|
||||
}
|
||||
.fa::before {
|
||||
content: "\f015";
|
||||
}
|
||||
}
|
||||
|
||||
// svg {
|
||||
// #outline, #squares {
|
||||
// fill: @toolbar-bg-color;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user