Skip to content

Commit

Permalink
added border color and text color as default transitions to anchor an…
Browse files Browse the repository at this point in the history
…d button elements
  • Loading branch information
ericconrad committed May 1, 2019
1 parent 867e018 commit 0f0269f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions partials/search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
color: $white !important;
text-align: center;
text-transform: uppercase;
@include transition(background-color);
@include transition-duration($run);
@include transition-timing-function(ease-in-out);
@include transition(background-color, border-color, color);
@include transition-duration($run, $run, $run);
@include transition-timing-function(ease-in-out, ease-in-out, ease-in-out);

.fa {
margin-right: ($standard_spacing / 12);
Expand Down

0 comments on commit 0f0269f

Please sign in to comment.