Skip to content

Commit

Permalink
SAK-31940 - Background color for select should be button-background-c…
Browse files Browse the repository at this point in the history
…olor not secondary (sakaiproject#3578)
  • Loading branch information
jonespm authored Nov 21, 2016
1 parent e82cf1f commit 7f129d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
}

.select{
background-color: $button-background-secondary-color;
background-color: $button-background-color;
background-image: url("images/icon-arrow-down.png");
background-position: right 50%;
background-repeat: no-repeat;
Expand Down

0 comments on commit 7f129d3

Please sign in to comment.