summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardsList.styl
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-04-06 13:56:09 +0300
committerLauri Ojansivu <x@xet7.org>2019-04-06 13:56:09 +0300
commit4356aaff23be522f08e54249960814a80706b82d (patch)
tree622545bb3feb4bf02a6c0a9720242e8bbd2ab4ef /client/components/boards/boardsList.styl
parent0b9afcb4438930d8ee5bfd51489b1c46234c9e5c (diff)
parentad241b9f846cefa14dec6fd979870a715d774705 (diff)
downloadwekan-4356aaff23be522f08e54249960814a80706b82d.tar.gz
wekan-4356aaff23be522f08e54249960814a80706b82d.tar.bz2
wekan-4356aaff23be522f08e54249960814a80706b82d.zip
Merge branch 'edge' into meteor-1.8
Diffstat (limited to 'client/components/boards/boardsList.styl')
-rw-r--r--client/components/boards/boardsList.styl13
1 files changed, 13 insertions, 0 deletions
diff --git a/client/components/boards/boardsList.styl b/client/components/boards/boardsList.styl
index 80e47685..9f0b204e 100644
--- a/client/components/boards/boardsList.styl
+++ b/client/components/boards/boardsList.styl
@@ -93,14 +93,27 @@ $spaceBetweenTiles = 16px
.is-star-active
color: white
+ .fa-clone
+ position: absolute;
+ bottom: 0
+ font-size: 14px
+ height: 18px
+ line-height: 18px
+ opacity: 0
+ right: 0
+ padding: 9px 9px
+ transition-duration: .15s
+ transition-property: color, font-size, background
li:hover a
&:hover
.fa-star,
+ .fa-clone,
.fa-star-o
color: white
.fa-star,
+ .fa-clone,
.fa-star-o
color: white
opacity: .75