Skip to content

Commit

Permalink
Merge pull request #905 from superdesk/petrjasek-patch-1
Browse files Browse the repository at this point in the history
Update _icon-font.scss
  • Loading branch information
petrjasek authored Jan 29, 2025
2 parents d1e5bcc + b1edc5b commit cee4310
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/styles/_icon-font.scss
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ $sd-icon-font: (
);

@each $name, $value in $sd-icon-font {
&.icon-#{$name}:before {
.icon-#{$name}:before {
content: $value;
}

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "superdesk-ui-framework",
"version": "4.0.11",
"version": "4.0.12",
"license": "AGPL-3.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit cee4310

Please sign in to comment.