summaryrefslogtreecommitdiffstats
path: root/client/components/boards
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/boards')
-rw-r--r--client/components/boards/boardColors.styl2
-rw-r--r--client/components/boards/boardsList.styl5
2 files changed, 5 insertions, 2 deletions
diff --git a/client/components/boards/boardColors.styl b/client/components/boards/boardColors.styl
index d131701c..b1ddfe6d 100644
--- a/client/components/boards/boardColors.styl
+++ b/client/components/boards/boardColors.styl
@@ -18,7 +18,7 @@ setBoardColor(color)
button[type=submit].primary, input[type=submit].primary
background-color: darken(color, 20%)
- &.pop-over .pop-over-list li a:hover,
+ &.pop-over .pop-over-list li a:not(.disabled):hover,
.sidebar .sidebar-content .sidebar-btn:hover,
.sidebar-list li a:hover
background-color: lighten(color, 10%)
diff --git a/client/components/boards/boardsList.styl b/client/components/boards/boardsList.styl
index 8e296028..9978fab8 100644
--- a/client/components/boards/boardsList.styl
+++ b/client/components/boards/boardsList.styl
@@ -68,7 +68,10 @@ $spaceBetweenTiles = 16px
color: white
li:hover a
- color: #f6f6f6
+ &:hover
+ .fa-star,
+ .fa-star-o
+ color: white
.fa-star,
.fa-star-o