From 7bd951072fda036d05db598437762a312b04116a Mon Sep 17 00:00:00 2001 From: SimaQ Date: Thu, 15 Oct 2015 10:46:06 +0800 Subject: [PATCH] fix: fix disabled style. --- assets/index.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/index.less b/assets/index.less index 4762927..56333a5 100644 --- a/assets/index.less +++ b/assets/index.less @@ -121,13 +121,13 @@ background-color: @disabledColor; } - .@{prefixClass}-handle { + .@{prefixClass}-handle, .@{prefixClass}-dot { border-color: @disabledColor; background-color: #fff; cursor: not-allowed; } - .@{prefixClass}-mark-text, .dot { + .@{prefixClass}-mark-text, .@{prefixClass}-dot { cursor: not-allowed!important; } } @@ -240,4 +240,4 @@ transform-origin: 50% 100%; transform: scale(0, 0); } -} \ No newline at end of file +}