Improved attachment glyph handling

This commit is contained in:
the-djmaze 2023-03-21 10:05:29 +01:00
parent 6b29460bdf
commit 50487af6a7
6 changed files with 18 additions and 23 deletions

View file

@ -100,21 +100,21 @@
}
*/
.showPreview, .showPreplay,
.showPreview,
.hasPreview:hover .iconMain,
.hasPreplay:hover .iconMain,
.hasPreview .hidePreview,
.hasPreplay .hidePreview {
.hasPreview .hidePreview {
display: none;
}
.hasPreview:hover .iconPreview,
.hasPreplay:hover .iconPreview {
.hasPreview:hover .iconPreview {
display: inline-block;
}
.hasPreview .showPreview,
.hasPreplay .showPreplay {
.hasPreplay:hover .iconMain::before {
content: "▶";
}
.hasPreview .showPreview {
display: inline;
cursor: pointer;
}