Skip to content

Commit

Permalink
Merge pull request #270 from h5p/fix/JI-6570-replace-unsupported-sass…
Browse files Browse the repository at this point in the history
…-inline-image-property

JI-6570 replace unsupported sass inline-image property
  • Loading branch information
SimenBergo committed Jul 31, 2024
2 parents d9d2397 + 435473f commit 5b794e9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file added styles/css/a1aff8c82bc779d09357.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added styles/css/ae8568c2320881fd5899.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion styles/css/application.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions styles/scss/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ a {
font-family: $font-family;
font-size: 16px;
border: 1px solid $form-border-color;
background: $form-input-color inline-image('down.png') no-repeat;
background: $form-input-color url('../../images/down.png') no-repeat;
background-position: calc(100% - 10px);
box-shadow: $form-input-box-shadow;
-moz-appearance: none;
Expand Down Expand Up @@ -662,7 +662,7 @@ a {
max-width: 100%;
min-width: 1em;
min-height: 1em;
background: $form-input-color inline-image('transparent-background.png') repeat;
background: $form-input-color url('../../images/transparent-background.png') repeat;
}
.thumbnail:focus {
box-shadow: 0 0 10px 0 #222;
Expand Down

0 comments on commit 5b794e9

Please sign in to comment.