Skip to content

Commit

Permalink
Release v3.1.1: fix OOUI theme (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 authored Dec 25, 2022
1 parent 835492e commit 8d9331b
Show file tree
Hide file tree
Showing 4 changed files with 978 additions and 632 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

Versions and bullets are arranged chronologically from latest to oldest.

## 3.1.0 (Unreleased)
## 3.1.1

- Fixed missing OOUI theme elements.

## 3.1.0

- Editing in the mobile view is now possible. (https://github.com/femiwiki/FemiwikiSkin/pull/517)
- Some PNG icons are rewritten in SVG format.
Expand Down
8 changes: 6 additions & 2 deletions resources/skins.femiwiki.moduleSkinStyles/ext.echo.ui.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@
// Mark as read
// Attempts to shorten the following two rules may fail due to less.php. Make sure it works when
// modifying it.
.mw-echo-ui-toggleReadCircleButtonWidget-circle:not(.mw-echo-ui-toggleReadCircleButtonWidget-circle-unread) {
.mw-echo-ui-toggleReadCircleButtonWidget-circle:not(
.mw-echo-ui-toggleReadCircleButtonWidget-circle-unread
) {
background-color: @color-secondary2;
}
.mw-echo-ui-toggleReadCircleButtonWidget:hover
.mw-echo-ui-toggleReadCircleButtonWidget-circle:not(.mw-echo-ui-toggleReadCircleButtonWidget-circle-unread) {
.mw-echo-ui-toggleReadCircleButtonWidget-circle:not(
.mw-echo-ui-toggleReadCircleButtonWidget-circle-unread
) {
background-color: @color-secondary1;
}
.notificationIcon(@icon) {
Expand Down
2 changes: 1 addition & 1 deletion skin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"namemsg": "skinname-femiwiki",
"type": "skin",
"author": "[https://femiwiki.com/ Femiwiki Team]",
"version": "3.1.0",
"version": "3.1.1",
"url": "https://github.com/femiwiki/FemiwikiSkin",
"descriptionmsg": "femiwiki-desc",
"license-name": "AGPL-3.0-or-later",
Expand Down
Loading

0 comments on commit 8d9331b

Please sign in to comment.