Skip to content

Commit

Permalink
Chore: Remove font-smoothing and update progress bar color (#104)
Browse files Browse the repository at this point in the history
- Remove -webkit-font-smoothing: antialiased
- Update progress bar color to new Box blue
  • Loading branch information
tonyjin authored May 9, 2017
1 parent 1f9a94b commit 2581b88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/lib/ProgressBar.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$box-blue: #1992d4;
@import 'boxuiVariables';

.bp-progress-bar-container {
position: absolute;
Expand Down
4 changes: 0 additions & 4 deletions src/lib/_boxui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
//------------------------------------------------------------------------------
html,
a {
-webkit-font-smoothing: antialiased;
text-shadow: 1px 1px 1px fade-out($white, .996);
}

Expand Down Expand Up @@ -86,7 +85,6 @@ li {
border-radius: 2px;
color: $sunset-grey;
cursor: pointer;
-webkit-font-smoothing: antialiased;
font-weight: 400;
letter-spacing: 1px;
text-shadow: none;
Expand Down Expand Up @@ -117,7 +115,6 @@ li {
background-color: $box-blue;
border-color: $box-blue;
color: $white;
-webkit-font-smoothing: antialiased;

&:focus:hover,
&:focus {
Expand Down Expand Up @@ -165,7 +162,6 @@ li {
border-radius: 2px;
box-shadow: inset 0 1px 1px lighten($black, 90%);
color: $sunset-grey;
-webkit-font-smoothing: antialiased;
-webkit-transition: border-color linear .15s, box-shadow linear .1s;
transition: border-color linear .15s, box-shadow linear .1s;
}
Expand Down

0 comments on commit 2581b88

Please sign in to comment.