mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-09 13:28:53 +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 {
|
&: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