oracle / oraclejet

Oracle JET is a modular JavaScript Extension Toolkit for developers working on client-side applications.
https://oracle.com/jet
Other
504 stars 115 forks source link

<oj-buttonset-one> component's solid chroming fails to render #65

Closed pentzzsolt closed 4 years ago

pentzzsolt commented 4 years ago

Setting the chroming property to solid on <oj-buttonset-one> makes the entire component invisible, although, there aren't any errors thrown. The solid value for the chroming property is listed as a valid value in the documentation and is also present in the ojButtonsetOneSettableProperties interface. It appears the .oj-buttonset.oj-button-full-chrome selector has visibility: hidden; applied in redwood.css:9129.

peppertech commented 4 years ago

From the API docs for the solid option: Solid buttons stand out, and direct the user's attention to the most important actions in the UI. Note that this option is not supported in the Redwood theme.

pentzzsolt commented 4 years ago

Indeed. My bad!