Skip to content

Commit

Permalink
fix(core): 馃悰 fix LESS import error
Browse files Browse the repository at this point in the history
Signed-off-by: alistair3149 <alistair31494322@gmail.com>
  • Loading branch information
alistair3149 committed Jul 15, 2023
1 parent 7ea3b94 commit 6664ceb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion skinStyles/mediawiki/mediawiki.rcfilters.filters.ui.less
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
}

.mw-changeslist-legend {
border-color: transparent;
border-color: var( --border-color-base );
background-color: var( --color-surface-2 );
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
* Date: 2023-05-29
*/

@import '../../../resources/variables.less';
@import '../../../resources/mixins.less';
@import '../../../../resources/variables.less';
@import '../../../../resources/mixins.less';

// Need additional parent to override
.mw-changeslist-legend {
Expand Down

0 comments on commit 6664ceb

Please sign in to comment.