Use dropdown for copy to clipboard/delete tasks

This commit is contained in:
2016-09-29 12:57:01 +02:00
parent 2adf574b21
commit 58cca450b3
6 changed files with 72 additions and 10 deletions

View File

@@ -8,6 +8,43 @@
.item-name
font-size: 1.6em
.dropdown button
height: 38px
margin-left: 10px
.dropdown-menu
left: initial
right: 0
padding-top: 0
padding-bottom: 0
border: thin solid $color-background
box-shadow: 1px 1px 2px rgba(black, .1), 0 5px 25px rgba(black, .1)
li
display: flex
height: 100%
width: 100%
padding: 0
margin: 0
&.divider
height: 2px
&.item-delete a:hover
color: $color-danger
a
padding: 10px 15px 10px 12px
flex: 1
height: 100%
color: $color-text-dark-primary
i
position: relative
top: -1px
left: -4px
font-size: .9em
#task-add
margin-left: auto
font-size: .85em