cisco-sbg-ui / magna-react

magna-react.vercel.app
5 stars 0 forks source link

Remove global disabled #962

Open androche opened 6 days ago

androche commented 6 days ago

Remove the global disabled attribute styles and test adding disabled prop to various components to catch side effects if any.

Right now there is a leftover disabled attribute set, however this is setting pointer events to none which impacts areas were someone might want interaction - ex: blocking tooltips from opening when disabled attribute is set on a parent.

This worked or technically "didnt work" before because we fixed adding the disabled attribute to some components

https://github.com/cisco-sbg-ui/magna-react/blob/main/framework/components/AApp/base/reset.scss#L36