mirror of
https://github.com/wekan/wekan.git
synced 2026-02-07 00:51:47 +01:00
Maintain a visual indication of the popup openerElement
This commit is contained in:
parent
dea52907bd
commit
56a240a643
4 changed files with 15 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -120,7 +120,7 @@
|
|||
|
||||
.board-header-btn,
|
||||
h1.is-clickable
|
||||
&.is-hovered,
|
||||
&.is-active,
|
||||
&:hover
|
||||
background: rgba(0, 0, 0, .15)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue