Skip to content

Commit

Permalink
Fix color variables lost in rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed May 30, 2017
1 parent fb5f7d8 commit 125a20d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions components/form-toggle/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ $toggle-border-width: 2px;
}

&:before {
background-color: $blue-medium;
border: $toggle-border-width solid $blue-medium;
background-color: $blue-medium-500;
border: $toggle-border-width solid $blue-medium-500;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion editor/sidebar/featured-image/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}

&:hover {
color: $blue-medium;
color: $blue-medium-500;
}
}

Expand Down
2 changes: 1 addition & 1 deletion editor/sidebar/post-schedule/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}

&:hover {
color: $blue-medium;
color: $blue-medium-500;
}
}

Expand Down

0 comments on commit 125a20d

Please sign in to comment.