mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-10 13:59:56 +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 {
|
&:hover {
|
||||||
box-shadow: $md-shadow-hover;
|
box-shadow: $md-shadow-hover;
|
||||||
|
|
||||||
|
.remove-icon {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.attachment-thumbnail {
|
.attachment-thumbnail {
|
||||||
|
@ -167,6 +171,7 @@
|
||||||
|
|
||||||
.remove-icon {
|
.remove-icon {
|
||||||
bottom: 15px;
|
bottom: 15px;
|
||||||
|
display: none;
|
||||||
position: relative;
|
position: relative;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue