Skip to content

Commit 96e0a43

Browse files
authored
Add notheme and skin-invert classes to uls-menu (#526)
Add notheme and skin-invert classes to the ULS menu element, as a stop-gap measure to provide dark mode support until the ULS rewrite happens. Bug: [T375326](https://phabricator.wikimedia.org/T375326) Bug: [T370079](https://phabricator.wikimedia.org/T370079)
1 parent 880777f commit 96e0a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.uls.core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
var template, ULS;
2424

2525
// Region numbers in id attributes also appear in the langdb.
26-
template = '<div class="grid uls-menu"> \
26+
template = '<div class="grid uls-menu notheme skin-invert"> \
2727
<div id="search" class="row uls-search"> \
2828
<div class="uls-search-wrapper"> \
2929
<label class="uls-search-label" for="uls-languagefilter"></label>\

0 commit comments

Comments
 (0)