Commit b392e96d by Frances Botsford Committed by cahrens

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

parent b83c3976
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment