IgniteUI / igniteui-webcomponents

Ignite UI for Web Components is a complete library of UI components, giving you the ability to build modern web applications using encapsulation and the concept of reusable components in a dependency-free approach.
https://www.infragistics.com/products/ignite-ui-web-components
Other
118 stars 3 forks source link

[IgcCheckbox] - Tick color css not working #1343

Closed mddifilippo89 closed 2 days ago

mddifilippo89 commented 1 month ago

How to change tick color within a tree?

eg. https://codesandbox.io/p/sandbox/cranky-jang-gdr6f8

igc-checkbox { --tick-color: green; --fill-color: red; }

igc-tree {

--tick-color: green; --fill-color: red; }

mddifilippo89 commented 1 month ago

In the following example, tick-color doesn't appear to be modifiable on the tree, but fill-color is. https://codesandbox.io/p/sandbox/cranky-jang-gdr6f8

eg. --ig-checkbox-tick-color

mddifilippo89 commented 1 month ago

the tick color is modifiable with a standalone checkbox https://codesandbox.io/p/sandbox/cocky-bose-8j5vtn

simeonoff commented 2 weeks ago

I cannot reproduce in the master branch. It seems that either the react components wrap an old version of Ignite UI for Web Components where the bug existed, or the react wrappers somehow parse and modify the styles before bundling. I believe the latter is more likely.