explicitly set transparent bg on flat outline button to prevent browser defaults

This commit is contained in:
Frances Botsford
2014-08-01 14:41:24 -04:00
committed by cahrens
parent b83c3976bc
commit b392e96d7d

View File

@@ -231,6 +231,7 @@
border-radius: ($baseline/4);
border: 1px solid $blue-l2;
padding: 1px ($baseline/2) 2px ($baseline/2);
background-color: transparent;
color: $blue-l2;
&:hover, &:focus {