diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-10-24 12:40:40 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-10-24 12:40:40 +0300 |
commit | 8ff2e1f16a9df8470b0522319bd2fa3d8d9ebe9b (patch) | |
tree | d4468f871c2f8e1cbb897cb8b37e0c22c0e14fbf /client/components | |
parent | 09b05ea3fbbab31b110ce08514d8c7674f0ab294 (diff) | |
download | wekan-8ff2e1f16a9df8470b0522319bd2fa3d8d9ebe9b.tar.gz wekan-8ff2e1f16a9df8470b0522319bd2fa3d8d9ebe9b.tar.bz2 wekan-8ff2e1f16a9df8470b0522319bd2fa3d8d9ebe9b.zip |
- Fix missing dropdown arrow on Chrome. Thanks to xet7 ! Closes #1964
Diffstat (limited to 'client/components')
-rw-r--r-- | client/components/forms/forms.styl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/components/forms/forms.styl b/client/components/forms/forms.styl index 892a6e74..bfae2e7c 100644 --- a/client/components/forms/forms.styl +++ b/client/components/forms/forms.styl @@ -5,7 +5,6 @@ textarea, input:not([type=file]), button box-sizing: border-box - -webkit-appearance: none background-color: #ebebeb border: 1px solid #ccc border-radius: 3px |