aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets/index/Picker.less
diff options
context:
space:
mode:
authorafc163 <afc163@gmail.com>2017-10-22 16:53:12 +0800
committerafc163 <afc163@gmail.com>2017-10-22 16:53:12 +0800
commit8c22015207c1927b27c90b4bf0f40dc9c56d2fe5 (patch)
tree22cd19f7f496b4e59e6211c4c63a25144c86a833 /assets/index/Picker.less
parent2c639dd696bd05c5bde5f90c3188a789f203b442 (diff)
downloadtime-picker-8c22015207c1927b27c90b4bf0f40dc9c56d2fe5.tar.gz
time-picker-8c22015207c1927b27c90b4bf0f40dc9c56d2fe5.tar.zst
time-picker-8c22015207c1927b27c90b4bf0f40dc9c56d2fe5.zip
Fix disabled style, close #58
Diffstat (limited to 'assets/index/Picker.less')
-rw-r--r--assets/index/Picker.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/index/Picker.less b/assets/index/Picker.less
index 1fb3787..610c2b0 100644
--- a/assets/index/Picker.less
+++ b/assets/index/Picker.less
@@ -14,5 +14,10 @@
14 border: 1px solid #d9d9d9; 14 border: 1px solid #d9d9d9;
15 border-radius: 4px; 15 border-radius: 4px;
16 transition: border .2s cubic-bezier(0.645, 0.045, 0.355, 1), background .2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow .2s cubic-bezier(0.645, 0.045, 0.355, 1); 16 transition: border .2s cubic-bezier(0.645, 0.045, 0.355, 1), background .2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow .2s cubic-bezier(0.645, 0.045, 0.355, 1);
17 &[disabled] {
18 color: #ccc;
19 background: #f7f7f7;
20 cursor: not-allowed;
21 }
17 } 22 }
18} 23}