diff options
author | shoetten <simon@hoetten.org> | 2016-02-11 15:02:26 +0100 |
---|---|---|
committer | shoetten <simon@hoetten.org> | 2016-11-22 21:28:47 +0100 |
commit | 6064393ad339333f02ce90fa1814ea47c18e78c2 (patch) | |
tree | 9f08d345991c819dc664f9b1babf4da1094ac738 /client/components/cards/cardDate.styl | |
parent | aa5ed6e48466b2ed3dc83696a6e18d7997b1c01e (diff) | |
download | wekan-6064393ad339333f02ce90fa1814ea47c18e78c2.tar.gz wekan-6064393ad339333f02ce90fa1814ea47c18e78c2.tar.bz2 wekan-6064393ad339333f02ce90fa1814ea47c18e78c2.zip |
Refactor code based on eslint guidelines.
Diffstat (limited to 'client/components/cards/cardDate.styl')
-rw-r--r-- | client/components/cards/cardDate.styl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/cards/cardDate.styl b/client/components/cards/cardDate.styl index 51acdaab..1631baa5 100644 --- a/client/components/cards/cardDate.styl +++ b/client/components/cards/cardDate.styl @@ -20,7 +20,7 @@ .card-date display: block border-radius: 4px - padding: 1px 3px; + padding: 1px 3px background-color: #dbdbdb &:hover, &.is-active |