mirror of
https://github.com/documize/community.git
synced 2025-08-09 07:25:23 +02:00
attachments zone tweaks
This commit is contained in:
parent
1212bdb5e7
commit
eaa2b31c77
2 changed files with 8 additions and 5 deletions
|
@ -50,18 +50,21 @@
|
||||||
> .action {
|
> .action {
|
||||||
float: right;
|
float: right;
|
||||||
margin-top: -8px;
|
margin-top: -8px;
|
||||||
|
margin-right: 5px;
|
||||||
@extend .cursor-pointer;
|
@extend .cursor-pointer;
|
||||||
|
opacity: 0.3;
|
||||||
|
@extend .transition-all;
|
||||||
display: none;
|
display: none;
|
||||||
color: $color-stroke;
|
color: $color-stroke;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
.file {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.action {
|
.action {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
<div class="button-gap"></div>
|
<div class="button-gap"></div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<div class="square-button-white" id="print-document-button" data-tooltip="Print document" data-tooltip-position="top center" {{action 'printDocument'}}>
|
<div class="square-button-white" id="print-document-button" data-tooltip="Print me" data-tooltip-position="top center" {{action 'printDocument'}}>
|
||||||
<i class="material-icons">print</i>
|
<i class="material-icons">print</i>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue