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/styles | |
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/styles')
-rw-r--r-- | client/styles/icons.styl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/styles/icons.styl b/client/styles/icons.styl index 8635375a..a8e21bb7 100644 --- a/client/styles/icons.styl +++ b/client/styles/icons.styl @@ -25,6 +25,6 @@ a &.fa, i.fa color: darken(white, 35%) - &:hover + &:hover, &.is-active &.fa, i.fa color: darken(white, 60%) |