Skip to content

Commit

Permalink
Merge branch 'master' into gradient-mixin
Browse files Browse the repository at this point in the history
* master:
  Update _input.scss (#301)
  Update README.md (#302)
  • Loading branch information
yvonnetangsu committed Feb 28, 2019
2 parents 089b72b + 9a36620 commit 1ccde01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

Changelog: [CHANGELOG.md](CHANGELOG.md)

[![Maintainability](https://api.codeclimate.com/v1/badges/5ad9555da4ffa2086204/maintainability)](https://codeclimate.com/github/SU-SWS/decanter/maintainability)

Demo
---

Expand Down
4 changes: 2 additions & 2 deletions core/scss/elements/input/_input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ select {
-webkit-appearance: none;
appearance: none;
background-color: $color-white;
background-image: url("#{$image-path}/arrow-down.png");
background: url("#{$image-path}/arrow-down.png");
background-image: url("#{$image-path}/arrow-down.svg");
background-position: right 1.3rem center;
background-repeat: no-repeat;
Expand Down Expand Up @@ -133,7 +133,7 @@ fieldset {

[type=checkbox]:checked + label::before,
[type=checkbox]:checked:disabled + label::before {
background-image: url("#{$image-path}/check.png");
background: url("#{$image-path}/check.png");
background-image: url("#{$image-path}/check.svg");
background-position: 50%;
background-repeat: no-repeat;
Expand Down

0 comments on commit 1ccde01

Please sign in to comment.