fix(tabs): fix non-retina border color when tabs color and bg color are used together

This commit is contained in:
Perry Govier
2014-12-15 11:56:19 -06:00
parent 5304c96398
commit 3a92fe46b6

View File

@@ -129,6 +129,7 @@
&> .tabs{
background-color: $color;
background-image: linear-gradient(0deg, $border-color, $border-color 50%, transparent 50%);
border-color: $border-color;
}
}
}