0

First of all, even if i dont like to edit this, the client must be followed.

I just want to have an output like this(edited in paint): enter image description here

The default is there is no background color orange, just the line.

G. Tranter
  • 16,766
  • 1
  • 48
  • 68
Francis Lim
  • 101
  • 1
  • 13
  • check this https://stackoverflow.com/a/45941592/2530536 – Tim Martens Jun 15 '18 at 05:44
  • hi @TimM, I tried that demo already, It is using angular 2. And the problem(demo) is when i leave on the tab-clicking thing(going to the content), the active color will disappear. – Francis Lim Jun 15 '18 at 06:41

1 Answers1

2

Somehow how I found a way using

.md-tab.md-active{background-color: color}
Francis Lim
  • 101
  • 1
  • 13