This is strange.
This works:
border-right: 1px solid rgba(0,0,0,0.12);
/* renders a gray border */
But when I use it together with background color, then border is now a solid black line.
background-color: #333;
border-right: 1px solid rgba(0,0,0,0.12);
/* renders a black border */
Am I missing something ?
http://codepen.io/anon/pen/myxpXN
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…