Skip to content

Commit

Permalink
Compatible with fullFeedsContent (fix #3465)
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed Jul 12, 2022
1 parent c854ba7 commit 4df7947
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions registry/lib/components/feeds/disable-details/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const entry = async () => {
return
}
if ([
'bili-rich-text__action',
'bili-rich-text-topic',
'bili-rich-text-module',
'bili-rich-text-link',
Expand Down
3 changes: 3 additions & 0 deletions registry/lib/components/style/dark-mode/dark-slice-16.scss
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,9 @@
&__content {
@include color('e');
}
&__action {
@include theme-color();
}
&-module,
&-link,
&-topic {
Expand Down

0 comments on commit 4df7947

Please sign in to comment.