influxdata / clockface

UI Kit for building Chronograf
https://influxdata.github.io/clockface
MIT License
43 stars 18 forks source link

fix: remove box shadow from dropdown buttons when in error status #730

Closed TCL735 closed 2 years ago

TCL735 commented 2 years ago

Part of https://github.com/influxdata/ui/issues/3404

Previously, dropdown buttons were updated to allow for error status, which adds a visual border around the button. However, the box shadow was not removed when the button is focused. We want to remove all box shadows for dropdown buttons that are in error status.

Changes

Removes the conflicting box shadow around dropdown buttons when in error status.

Screenshots

BEFORE:

Screen Shot 2022-02-14 at 4 01 38 PM

AFTER:

Screen Shot 2022-02-14 at 4 02 25 PM

Checklist

Check all that apply