简体   繁体   English

如何在ant-design中更改选定slider手柄的周围颜色?

[英]How to change the surrounding color of a selected slider handle in ant-design?

滑块手柄

This is the codesandbox with some attempts to change that https://codesandbox.io/s/basic-antd4102-forked-jn0si?file=/index.css这是一些尝试更改https://codesandbox.io/s/basic-antd4102-forked-jn0si?file=/index.css的代码框

I managed to change all other colors, but the blue color surrounding the circular handle cannot be changed, can any one give some help?我设法更改了所有其他 colors,但是圆形手柄周围的蓝色无法更改,有人可以帮忙吗? Thank you very much !非常感谢 !

Example例子

For anyone who has the same problem, please try box-shadow对于有同样问题的任何人,请尝试box-shadow

For example,例如,
box-shadow: 0 0 0 5px fade(rgb(122, 122, 122),12%);

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM