summaryrefslogtreecommitdiffstats
path: root/client/components
diff options
context:
space:
mode:
authorSam X. Chen <sam.xi.chen@gmail.com>2019-08-08 09:54:30 -0400
committerSam X. Chen <sam.xi.chen@gmail.com>2019-08-08 09:54:30 -0400
commit264526e85fb878e0fbeb9e49bc289305294fe6dd (patch)
treec7adc5e8edb25ec80c57faf05b221b0976ff648f /client/components
parent71d1d9ad981750cac1e3f05d36c8efa8a1f1dded (diff)
downloadwekan-264526e85fb878e0fbeb9e49bc289305294fe6dd.tar.gz
wekan-264526e85fb878e0fbeb9e49bc289305294fe6dd.tar.bz2
wekan-264526e85fb878e0fbeb9e49bc289305294fe6dd.zip
Bugfix: style kbd font color became white after introduced summernote
Diffstat (limited to 'client/components')
-rw-r--r--client/components/main/layouts.styl1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/components/main/layouts.styl b/client/components/main/layouts.styl
index 672e4520..06538554 100644
--- a/client/components/main/layouts.styl
+++ b/client/components/main/layouts.styl
@@ -232,6 +232,7 @@ kbd
background: darken(white, 2%)
border-radius: 3px
border: 1px solid darken(white, 10%)
+ color: unset
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15)
.clear