mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-02 21:51:51 +08:00
Hide remove icon and show only on attachment hover
This commit is contained in:
parent
090df87f48
commit
3b063348ce
1 changed files with 5 additions and 0 deletions
|
@ -117,6 +117,10 @@
|
|||
|
||||
&:hover {
|
||||
box-shadow: $md-shadow-hover;
|
||||
|
||||
.remove-icon {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
.attachment-thumbnail {
|
||||
|
@ -167,6 +171,7 @@
|
|||
|
||||
.remove-icon {
|
||||
bottom: 15px;
|
||||
display: none;
|
||||
position: relative;
|
||||
right: 10px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue