The flat variant of cds-button, when disabled, has incorrect text color, and gets some background interaction on hover:

You can see the code for the above screencast at https://stackblitz.com/edit/react-ts-js9w2u?file=index.tsx
I would expect a flat button to not react on hover at all when disabled, and have white text color.
Clarity (both @cds/core and @cds/react): 5.0.0-next.0
@Shijir : What is our status on this?
Looks like this was fixed with the theme fixes in the 5.0 release

I noticed that, thank you!
Quick question though, was it on purpose that:
/Cc @jaybellew1 @sbaldwa-cht
@astorije ah yes I see the diff comparing to clr-ui. I'll check on if they are supposed to be synced as one disabled style now or each different. Comparison this is clr-ui

Hey @coryrylan, it looks like #5518 fixed this issue so I think it can be closed.
Given the following buttons:

We correctly get the following now:

So that's much better!
However, would you be open to adjusting the solid-disabled text color like the following? Disabled text is rather hard to read at the moment:

@astorije hey yeah lets leave this issue open and I'll update the title