Copy to clipboard for shots

This commit is contained in:
2016-09-23 18:07:11 +02:00
parent 303d1c48ae
commit 5f3bab95e2
3 changed files with 49 additions and 2 deletions

View File

@@ -71,7 +71,6 @@
a
display: inline-block /* Each task in a new line */
opacity: 0
border-radius: 50%
width: 16px
height: 16px
@@ -84,12 +83,14 @@
&.active
opacity: 1
border-radius: 3px
display: inline-block
&.task-add
width: auto
border-radius: initial
opacity: 0
a[class^="status-"]
&:hover a.task-add
opacity: 1
&:hover
@@ -98,3 +99,34 @@
.attract-form span.shot_id
float: right
.attract-form
.item-id
padding: 8px
margin-left: 10px
width: 40px
border: thin solid transparent
&:hover
border-color: $color-text-dark-hint
&:active
background-color: $color-background
.btn.copy-to-clipboard.item-id
color: transparent
position: relative
&::selection
color: transparent
background-color: transparent
.btn.copy-to-clipboard+.copy-to-clipboard-icon
position: relative
height: 40px
pointer-events: none
color: $color-text-dark-primary
i
position: absolute
top: 8px
left: -32px
font-size: 1.2em