Commit 644d20ec by Chris Rodriguez

Addressing PR feedback

parent b757225c
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
width: flex-grid(.5) + flex-gutter(); width: flex-grid(.5) + flex-gutter();
&:hover, &:focus { &:hover, &:focus {
color: #333; color: $link-color;
} }
.calc-button-label { .calc-button-label {
...@@ -134,8 +134,6 @@ ...@@ -134,8 +134,6 @@
padding: 10px; padding: 10px;
-webkit-appearance: none; -webkit-appearance: none;
width: 100%; width: 100%;
background: $black;
color: $white;
&:focus { &:focus {
border: none; border: none;
......
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