diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-07-08 12:31:00 -0400 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-07-08 12:31:00 -0400 |
commit | 1ea6552cd1ebbd4f52eb903abfa34595664637d7 (patch) | |
tree | dfc11a658ee8cdcce566ff753d7059092c870702 /client/components | |
parent | 96065d11a543852c1069cbab528bd08508b4a27c (diff) | |
download | wekan-1ea6552cd1ebbd4f52eb903abfa34595664637d7.tar.gz wekan-1ea6552cd1ebbd4f52eb903abfa34595664637d7.tar.bz2 wekan-1ea6552cd1ebbd4f52eb903abfa34595664637d7.zip |
[Remove from minicard comment icon and number of comments
the aggressive red color and big bold serif font style
number](https://github.com/wekan/wekan/commit/bbc68309af0029f2bc4194db4c7e79689f888ea4#commitcomment-34216371).
Thanks to hever and xet7 !
Diffstat (limited to 'client/components')
-rw-r--r-- | client/components/cards/minicard.styl | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/client/components/cards/minicard.styl b/client/components/cards/minicard.styl index 1a1516e5..242367b4 100644 --- a/client/components/cards/minicard.styl +++ b/client/components/cards/minicard.styl @@ -144,14 +144,7 @@ .badge-text vertical-align: middle &.badge-comment - display: block - border-radius: 4px - padding: 1px 3px - margin-bottom: 0.3rem - color: #ff0000 - background-color: #ffffff - font-weight: bold - font-size: 11pt + margin-bottom: 0.1rem .badge-text font-size: 0.9em |