Replies: 1 comment 1 reply
-
To achieve this you should use
Here is a Stackblitz showing how to achieve this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's say I need 2 different themes for
igx-dropdown
. One with gray background and the other with white one.I would do it like this:
The problem I have is that the classes don't propagate to the overlay, so I can't isolate the themes and they step over each other.
Is there some way to achieve this? Otherwise, I think all components that open in overlay should accept something like a
[overlayClass]
property, so we can easily set styles to a particular instance.Beta Was this translation helpful? Give feedback.
All reactions