antd-theme-webpack-plugin icon indicating copy to clipboard operation
antd-theme-webpack-plugin copied to clipboard

Input box-shadow changes every compile.

Open tandat2209 opened this issue 4 years ago • 2 comments

Describe the bug

  1. Clone the example of customized-cra, install & run the example.
  2. Focus on an input. You will notice .ant-input:focus has the box-shadow. But the color will change everytime you run the example again.

I get different box-shadow values: box-shadow: 0 0 0 2px rgba(230, 90, 98, 0.2); box-shadow: 0 0 0 2px rgba(245, 72, 235, 0.2); box-shadow: 0 0 0 2px rgba(231, 68, 218, 0.2);

Screenshots box-shadow: 0 0 0 2px rgba(196, 216, 143, 0.2); React_App

box-shadow: 0 0 0 2px rgba(123, 18, 62, 0.2); React_App

box-shadow: 0 0 0 2px rgba(69, 220, 61, 0.2); Banners_and_Alerts_and_React_App

It happens on table shadow as well.

Version Version 1.3.6 - latest

tandat2209 avatar Oct 15 '20 04:10 tandat2209

Yeah, that is bug and I'll fix this soon. Hopefully today

mzohaibqc avatar Oct 15 '20 09:10 mzohaibqc

@tandat2209 This issue has been fixed new release [email protected]

For users using antd-theme-generator core script, it has been fixed in [email protected]

Slider handle active color had same issue but it has been fixed now

https://github.com/ant-design/ant-design/issues/20079 has been fixed

mzohaibqc avatar Oct 18 '20 18:10 mzohaibqc