tachyons-css / tachyons

Functional css for humans

Home Page:https://tachyons.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing border-color default

nsaunders opened this issue · comments

According to src/_border-colors.css:

   The base border class by default will set the color of the border
   to that of the current text color. These classes are for the cases
   where you desire for the text and border colors to be different.

If I am interpreting the comment correctly, I am finding it to be untrue for buttons:

image

Use the inherit class b--inherit

Awesome, thanks for the response! That does solve it in Chrome. However, in Safari, b--inherit doesn't appear to use currentColor:

image

https://codepen.io/nicksaunders/pen/dyyNYLZ