fix: fix disabled style.

This commit is contained in:
SimaQ
2015-10-15 11:01:21 +08:00
parent d6779510f9
commit 7bd951072f
+3 -3
View File
@@ -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);
}
}
}