Skip to content

Commit

Permalink
Merge pull request #37 from Wikia/REL1_39
Browse files Browse the repository at this point in the history
Merge REL1_39 to master
  • Loading branch information
adpaste authored Jan 20, 2025
2 parents d9ca351 + db07bdd commit b72b9e0
Show file tree
Hide file tree
Showing 11 changed files with 315 additions and 127 deletions.
2 changes: 1 addition & 1 deletion ServiceWiring.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

use Fandom\Includes\Util\UrlUtilityService;
use Fandom\WikiConfig\WikiVariablesDataService;
use Fandom\WikiDomain\WikiConfigDataService;
use MediaWiki\MediaWikiServices;
use Reverb\Fixer\NotificationUserNoteAssetsUrlFixer;
use Reverb\Identifier\IdentifierService;
Expand All @@ -21,7 +22,6 @@
use Reverb\Notification\NotificationFactory;
use Reverb\Notification\NotificationListService;
use Reverb\Notification\NotificationService;
use WikiDomain\WikiConfigDataService;

return [
NotificationBroadcastFactory::class =>
Expand Down
26 changes: 13 additions & 13 deletions resources/css/reverb.specialNotifications.fandomdesktop.css

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

20 changes: 10 additions & 10 deletions resources/css/reverb.specialNotifications.fandomdesktop.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
&-icon {
width: 18px;
height: 18px;
@include svgAsBackground(url(/resources-ucp/v2/dist/svg/wds-icons-controls-small.svg), currentColor);
@include svgAsBackground(url(/resources-ucp/mw139/dist/svg/wds-icons-controls-small.svg), currentColor);
}

&-row {
Expand Down Expand Up @@ -75,11 +75,11 @@
}

&-checkbox--unchecked {
@include svgAsBackground(url(/resources-ucp/v2/dist/svg/wds-icons-checkbox-empty-small.svg), currentColor);
@include svgAsBackground(url(/resources-ucp/mw139/dist/svg/wds-icons-checkbox-empty-small.svg), currentColor);
}

&-checkbox--checked {
@include svgAsBackground(url(/resources-ucp/v2/dist/svg/wds-icons-checkbox-small.svg), var(--theme-link-color));
@include svgAsBackground(url(/resources-ucp/mw139/dist/svg/wds-icons-checkbox-small.svg), var(--theme-link-color));
}
}

Expand Down Expand Up @@ -222,23 +222,23 @@
}

.fa-user, .fa-user-circle {
--reverb-icon: url(/resources-ucp/v2/dist/svg/wds-icons-user-small.svg);
--reverb-icon: url(/resources-ucp/mw139/dist/svg/wds-icons-user-small.svg);
}
.fa-user-cog {
--reverb-icon: url(/resources-ucp/v2/dist/svg/wds-icons-gear-small.svg);
--reverb-icon: url(/resources-ucp/mw139/dist/svg/wds-icons-gear-small.svg);
}
.fa-users {
--reverb-icon: url(/resources-ucp/v2/dist/svg/wds-icons-users-small.svg);
--reverb-icon: url(/resources-ucp/mw139/dist/svg/wds-icons-users-small.svg);
}
.fa-file {
--reverb-icon: url(/resources-ucp/v2/dist/svg/wds-icons-page-small.svg);
--reverb-icon: url(/resources-ucp/mw139/dist/svg/wds-icons-page-small.svg);
}
.fa-edit {
--reverb-icon: url(/resources-ucp/v2/dist/svg/wds-icons-pencil-small.svg);
--reverb-icon: url(/resources-ucp/mw139/dist/svg/wds-icons-pencil-small.svg);
}
.fa-history {
--reverb-icon: url(/resources-ucp/v2/dist/svg/wds-icons-clock-small.svg);
--reverb-icon: url(/resources-ucp/mw139/dist/svg/wds-icons-clock-small.svg);
}
.fa-thumbs-up {
--reverb-icon: url(/resources-ucp/v2/dist/svg/wds-icons-heart-small.svg);
--reverb-icon: url(/resources-ucp/mw139/dist/svg/wds-icons-heart-small.svg);
}
Loading

0 comments on commit b72b9e0

Please sign in to comment.