summaryrefslogtreecommitdiffstats
path: root/client/components
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-06-06 10:15:54 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-06-06 10:15:54 +0200
commit56a240a643ca01c96fb76abc715759ee0f485186 (patch)
tree870cb6a78ee33f51048e2427444dbe2ba3fcd0cb /client/components
parentdea52907bdbed92c95dec7e7e832ac95d9f9d388 (diff)
downloadwekan-56a240a643ca01c96fb76abc715759ee0f485186.tar.gz
wekan-56a240a643ca01c96fb76abc715759ee0f485186.tar.bz2
wekan-56a240a643ca01c96fb76abc715759ee0f485186.zip
Maintain a visual indication of the popup openerElement
Diffstat (limited to 'client/components')
-rw-r--r--client/components/boards/boardHeader.jade2
-rw-r--r--client/components/main/header.styl2
2 files changed, 2 insertions, 2 deletions
diff --git a/client/components/boards/boardHeader.jade b/client/components/boards/boardHeader.jade
index f10fcb22..6f12b8cc 100644
--- a/client/components/boards/boardHeader.jade
+++ b/client/components/boards/boardHeader.jade
@@ -6,7 +6,7 @@ template(name="headerBoard")
.board-header-btns.left
unless isSandstorm
if currentUser
- a.board-header-btn.js-star-board(class="{{#if isStarred}}is-hovered{{/if}}"
+ a.board-header-btn.js-star-board(class="{{#if isStarred}}is-active{{/if}}"
title="{{#if isStarred}}{{_ 'click-to-unstar'}}{{else}}{{_ 'click-to-star'}}{{/if}} {{_ 'starred-boards-description'}}")
i.fa(class="fa-star{{#unless isStarred}}-o{{/unless}}")
if showStarCounter
diff --git a/client/components/main/header.styl b/client/components/main/header.styl
index e6f13239..eaf391f7 100644
--- a/client/components/main/header.styl
+++ b/client/components/main/header.styl
@@ -120,7 +120,7 @@
.board-header-btn,
h1.is-clickable
- &.is-hovered,
+ &.is-active,
&:hover
background: rgba(0, 0, 0, .15)