Skip to content

Commit

Permalink
Adjust dashboard page items search field colors
Browse files Browse the repository at this point in the history
  • Loading branch information
modularcoder committed Feb 3, 2016
1 parent 86ffc01 commit f53d787
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/app/dashboard/items/items-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
background-color: inherit;
color: $color-inactive;
width: 100px;
transition: color 0.3s ease;

@include placeholder() {
transition: color 0.3s ease;
Expand All @@ -50,8 +51,10 @@
}

&:focus {
color: $color-active;

@include placeholder() {
color: $color-active;
color: lighten($color-active, 15%);
}

&+.search-icon {
Expand Down

0 comments on commit f53d787

Please sign in to comment.