Use dropdown for copy to clipboard/delete tasks
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user