diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-06-06 10:15:54 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-06-06 10:15:54 +0200 |
commit | 56a240a643ca01c96fb76abc715759ee0f485186 (patch) | |
tree | 870cb6a78ee33f51048e2427444dbe2ba3fcd0cb /client/components/main/header.styl | |
parent | dea52907bdbed92c95dec7e7e832ac95d9f9d388 (diff) | |
download | wekan-56a240a643ca01c96fb76abc715759ee0f485186.tar.gz wekan-56a240a643ca01c96fb76abc715759ee0f485186.tar.bz2 wekan-56a240a643ca01c96fb76abc715759ee0f485186.zip |
Maintain a visual indication of the popup openerElement
Diffstat (limited to 'client/components/main/header.styl')
-rw-r--r-- | client/components/main/header.styl | 2 |
1 files changed, 1 insertions, 1 deletions
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) |