From 000bfde36e9104f99be40ced871ff0e9bac8d8a9 Mon Sep 17 00:00:00 2001 From: simaQ Date: Fri, 17 Jul 2015 15:36:12 +0800 Subject: [PATCH] update slider stylr --- style/components/slider.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style/components/slider.less b/style/components/slider.less index c95911feb0..eca1cd1ed9 100644 --- a/style/components/slider.less +++ b/style/components/slider.less @@ -44,7 +44,9 @@ } &-active { &:active { + @color-rgba: rgba(red(@primary-color), green(@primary-color), blue(@primary-color), .2); border-color: tint(@primary-color, 20%); + box-shadow: 0 0 0 2px @color-rgba; } } }