Open jolalas opened 3 years ago
@jolalas can you please share the codesandbox link?
I see the same issue as @jolalas. The changed theme file just won't take effect. I'm running angular/cli 11.2.13 and ng-multiselect-dropdown v0.3.4. Any other workaround?
@milind045 please create sample project in codesandbox and share link. here is the sample code
@jolalas @milind045 Don't forget "!important"
@Fangtsailo you were right "!important" is important :) Issue is resolved for me! I used scss, is that why it's required?
I follow the custom-theme.md to create my theme (named test.scss
). The following is using version
If I don't add any !important
then any style will not be overrided.
The reason is the output html like .class-name[_ngcontent-xxx]
(see F12)
hello I have followed the steps to be able to change the styles, but in the end they are always blue, copied the style. moved src. put route in style but nothing, how could I change the colors, thanks