透明なrgbaグラデーション用のこのコードがありますが、一方は機能し、もう一方は機能せず、理由がわかりません
ワーキングワン
background-image: -webkit-linear-gradient(left , rgba(189,206,226,0.6) 0%, rgba(191,217,242,0.6) 32%, rgba(14,94,95,0.6) 65%);
動かないもの
background-image: -webkit-linear-gradient(left , rgba(189,206,226,0.6) 0%, rgba(191,217,242,0.6) 32%, rgba(14,94,95,0.6) 60%), rgba(14,94,95,0.6) 5%);