Stacking Polymer.js Paper Liners

I am wondering how to implement the yellow, sliding property border-bottom

as shown in Example C. "Panel slides over selected tab"
https://www.polymer-project.org/0.5/components/paper-tabs/demo.html .

While checking the CSS, I didn't see the property border-bottom

.

Has anyone tried to recreate it or are there some good resources out there?

+3


source to share


1 answer


paper-tabs{
            --paper-tabs-selection-bar-color : #4286f4;
        }

      



Use this to change the color of the tab.

0


source







All Articles