mirror of https://github.com/xwiki-labs/cryptpad
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