summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardList.styl
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-08-23 22:00:02 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-08-25 18:07:04 +0200
commit9bea6a52d32c843d277640e42785a8faac583a63 (patch)
tree8ad09ce9020d4f147095a572ba384c217259de62 /client/components/boards/boardList.styl
parentf03fee5162bf8151c60c09fde2e983a5d5dc18ca (diff)
downloadwekan-9bea6a52d32c843d277640e42785a8faac583a63.tar.gz
wekan-9bea6a52d32c843d277640e42785a8faac583a63.tar.bz2
wekan-9bea6a52d32c843d277640e42785a8faac583a63.zip
Fix the stars
Fixes #214
Diffstat (limited to 'client/components/boards/boardList.styl')
-rw-r--r--client/components/boards/boardList.styl19
1 files changed, 8 insertions, 11 deletions
diff --git a/client/components/boards/boardList.styl b/client/components/boards/boardList.styl
index 8a750f43..af66a1a2 100644
--- a/client/components/boards/boardList.styl
+++ b/client/components/boards/boardList.styl
@@ -8,8 +8,10 @@
box-sizing: border-box
position: relative
- &.starred .fa-star-o
- opacity: 1
+ &.starred
+ .fa-star,
+ .fa-star-o
+ opacity: 1
a
background-color: #999
@@ -47,6 +49,7 @@
:hover
background-color:#939393
+ .fa-star,
.fa-star-o
bottom: 0
font-size: 14px
@@ -61,13 +64,14 @@
transition-property: color, font-size, background
.is-star-active
- color: #e6bf00
+ color: white
li:hover a
color: #f6f6f6
+ .fa-star,
.fa-star-o
- color: #fff
+ color: white
opacity: .75
&:hover
@@ -75,15 +79,8 @@
opacity: 1
&.is-star-active
- color: #e6bf00
opacity: 1
- &:hover
- color: #ffd91a
- font-size: 16px
- opacity: 1
-
-
.board-backgrounds-list
.board-background-select