mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Make comment actions (report, delete, restore) only visible on hover
This commit is contained in:
parent
54ce126559
commit
933b805044
1 changed files with 4 additions and 0 deletions
|
@ -289,3 +289,7 @@
|
|||
margin-right: -50%;
|
||||
}
|
||||
}
|
||||
|
||||
/* Hide the action list buttons (delete/report/restore) until hover over */
|
||||
.comment .action-list { opacity: 0; }
|
||||
.comment:hover .action-list { opacity: 1; }
|
||||
|
|
Loading…
Reference in a new issue