diff options
author | Andrés Manelli <andresmanelli@gmail.com> | 2018-04-20 13:17:33 -0300 |
---|---|---|
committer | Andrés Manelli <andresmanelli@gmail.com> | 2018-08-11 00:14:13 +0200 |
commit | 10aab8a7336ff9a6c313eb34b22771b70b3df5d0 (patch) | |
tree | cec7e1568907e9487545f3f19384b72e7dcea3e6 | |
parent | fb75a487fcde4f04a371a5ed097ba97cc7134c24 (diff) | |
download | wekan-10aab8a7336ff9a6c313eb34b22771b70b3df5d0.tar.gz wekan-10aab8a7336ff9a6c313eb34b22771b70b3df5d0.tar.bz2 wekan-10aab8a7336ff9a6c313eb34b22771b70b3df5d0.zip |
Remove imported cards and boards colors
-rw-r--r-- | client/components/cards/minicard.styl | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/client/components/cards/minicard.styl b/client/components/cards/minicard.styl index ea737c6b..f593c342 100644 --- a/client/components/cards/minicard.styl +++ b/client/components/cards/minicard.styl @@ -45,33 +45,6 @@ border-radius 0.2s &.imported-board - background-color: #efd8e6 - &:hover:not(.minicard-composer), - .is-selected &, - .draggable-hover-card & - background: darken(#efd8e6, 3%) - - .is-selected & - border-left: 3px solid darken(#efd8e6, 50%) - - .minicard-title - font-style: italic - font-weight: bold - - &.imported-card - background-color: #d5e4bd - &:hover:not(.minicard-composer), - .is-selected &, - .draggable-hover-card & - background: darken(#d5e4bd, 3%) - - .is-selected & - border-left: 3px solid darken(#d5e4bd, 50%) - - .minicard-title - font-style: italic - - &.imported-board &.imported-card .imported-icon display: inline-block |