Great
-
Great plugin. Thanks for the excellent work.
SVG in tab navigation is great option, but there are no way to style this type of icons (example: regular/hover fill color). So here is my suggestion: all of the block’s styles to be defined as css variables on the .tabs-container. Then one could apply any style by custom css according to the current config:
.tabs-nav .tab-title { color: var(--tab-text-color); } .tabs-nav .tab-title svg { fill: var(--tab-text-color); }
Defaults vars could be applied on html/body
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Great’ is closed to new replies.