@timsar wrote:
my tabs icon has default opacity 0.7
i was trying to set opacity by sass variable but i got error:overloaded function 'rgba' give wrong number of arguments
$colors: ( primary: rgb(254, 79, 26), secondary: rgb(100, 100, 100) );
$tabs-tab-color-inactive: color($colors,secondary,1);
also i think opacity will not change if this sass would be ok.
Posts: 1
Participants: 1