Skip to content

Commit 5b794e9

Browse files
authored
Merge pull request #270 from h5p/fix/JI-6570-replace-unsupported-sass-inline-image-property
JI-6570 replace unsupported sass inline-image property
2 parents d9d2397 + 435473f commit 5b794e9

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

styles/css/a1aff8c82bc779d09357.png

223 Bytes
Loading

styles/css/ae8568c2320881fd5899.png

954 Bytes
Loading

styles/css/application.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

styles/scss/application.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ a {
224224
font-family: $font-family;
225225
font-size: 16px;
226226
border: 1px solid $form-border-color;
227-
background: $form-input-color inline-image('down.png') no-repeat;
227+
background: $form-input-color url('../../images/down.png') no-repeat;
228228
background-position: calc(100% - 10px);
229229
box-shadow: $form-input-box-shadow;
230230
-moz-appearance: none;
@@ -662,7 +662,7 @@ a {
662662
max-width: 100%;
663663
min-width: 1em;
664664
min-height: 1em;
665-
background: $form-input-color inline-image('transparent-background.png') repeat;
665+
background: $form-input-color url('../../images/transparent-background.png') repeat;
666666
}
667667
.thumbnail:focus {
668668
box-shadow: 0 0 10px 0 #222;

0 commit comments

Comments
 (0)