Skip to content

Commit

Permalink
Fix invalid OOUI icon url (Closes #315)
Browse files Browse the repository at this point in the history
(cherry picked from commit d3a3d88)
  • Loading branch information
lens0021 committed Sep 24, 2021
1 parent fff7764 commit c5ede47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Versions and bullets are arranged chronologically from latest to oldest.

## Unreleased

- Fixes invalid OOUI icon url. (https://github.com/femiwiki/FemiwikiSkin/issues/315)

## v1.10.1

- `fw-legacy-small-elements` class is now added to the body element when the feature is enabled.
Expand Down
2 changes: 1 addition & 1 deletion resources/skins.femiwiki.moduleSkinStyles/ext.echo.ui.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
.notificationIcon(@icon) {
img[src='/extensions/Echo/modules/icons/@{icon}.svg'] {
content: url('../ooui/images/icons/@{icon}.svg');
content: url('../../node_modules/@femiwiki/ooui-femiwiki-theme/dist/resources/images/icons/@{icon}.svg');
}
}

Expand Down

0 comments on commit c5ede47

Please sign in to comment.