ui-material-components: Angular IOS cannot set MDTabStrip{ highlight-color: red;}

Which platform(s) does your issue occur on?

  • iOS
  • iOS 13.5
  • emulator

Please, provide the following version numbers that your issue occurs with:

Please, tell us how to recreate the issue in as much detail as possible.

I am currently trying to replace the NS7 Tabs with the ui-material-components MDTabs as I have red that this should be a dropin replacement. Unfortunately, the highlight on tab selection (on button release) and the line below the selected tab appear in violett (default color I assume) Seems like those should be set via

MDTabStrip { highlight-color: red; } This worked for the NS7 Tabs, but does not currently work for this plugin

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 16 (15 by maintainers)

Most upvoted comments

@cjohn001 ripple-color should work for MDTabStrip. could you try ?

@farfromrefug:

MDTabStrip { highlight-color: red; }

Highlight color is now also working for me. I have one last question before closing the issue. The ripple effect when selecting a tab uses the themer.setPrimaryColor(). Is there also a CSS option available which I could use to set it with angular?