Button text color hover not taking effect
TRexStark opened this issue · 1 comments
TRexStark commented
Which exact UI Library version are you using? For example: 1.0.1 - don't just write v1.
Default with Umbraco 10.4.1
Bug summary
When specifying --uui-button-contrast-hover on buttons, the color set does not take eefect on hover.
Specifics
No response
Steps to reproduce
Create a uui-button as <uui-button type="button" look="secondary" color="default" style="--uui-button-background-color-hover: var(--uui-palette-violet-blue-dark);--uui-button-contrast-hover:#ffffff"></uui-button>
You'll notice that the background takes effect but not the text.
Expected result / actual result
No response
iOvergaard commented
The fix has been merged and it will be released in 1.4.0. Thanks so much for reporting this!