mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-03 18:35:36 +08:00
Merge pull request #1704 from urbanrotnik/ur-sci-3388-icon-for-deleting-is-visible
Hide icon for deleting [SCI-3388]
This commit is contained in:
commit
a16b2cdf03
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…
Add table
Reference in a new issue