Skip to content

Commit

Permalink
fixed vars in grp-get-sprite, #1029
Browse files Browse the repository at this point in the history
  • Loading branch information
parsch committed Sep 15, 2023
1 parent 7478985 commit 9ff285f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grappelli/sass/partials/skins/_grp-default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,8 @@ $grp-button-border-focus: 1px solid #888 !default;
$offset-x: false,
$offset-y: false) {
background: grp-get-sprite($sprite,
$offset-x: false,
$offset-y: false) no-repeat,
$offset-x,
$offset-y) no-repeat,
linear-gradient($gradient-top, $gradient-bottom)
}

Expand Down

0 comments on commit 9ff285f

Please sign in to comment.