File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
dotcom-rendering/src/layouts Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ import type { ArticleDeprecated } from '../types/article';
2727import type { ServerSideTests , Switches } from '../types/config' ;
2828import type { FEElement } from '../types/content' ;
2929import type { RenderingTarget } from '../types/renderingTarget' ;
30- import { temporaryBodyCopyColourOverride } from './InteractiveLayout' ;
3130import { interactiveGlobalStyles } from './lib/interactiveLegacyStyling' ;
3231import { BannerWrapper , Stuck } from './lib/stickiness' ;
3332
@@ -213,7 +212,6 @@ export const FullPageInteractiveLayout = (props: WebProps | AppsProps) => {
213212 < Island priority = "critical" >
214213 < InteractivesDisableArticleSwipe />
215214 </ Island >
216- < Global styles = { temporaryBodyCopyColourOverride } />
217215 </ >
218216 ) }
219217 { isWeb && (
Original file line number Diff line number Diff line change @@ -201,13 +201,6 @@ const starWrapper = css`
201201 margin-left : -10px ;
202202` ;
203203
204- export const temporaryBodyCopyColourOverride = css `
205- .content__main-column--interactive p {
206- /* stylelint-disable-next-line declaration-no-important */
207- color : ${ themePalette ( '--article-text' ) } !important ;
208- }
209- ` ;
210-
211204interface CommonProps {
212205 article : ArticleDeprecated ;
213206 format : ArticleFormat ;
@@ -253,7 +246,6 @@ export const InteractiveLayout = (props: WebProps | AppsProps) => {
253246 < Island priority = "critical" >
254247 < InteractivesDisableArticleSwipe />
255248 </ Island >
256- < Global styles = { temporaryBodyCopyColourOverride } />
257249 </ >
258250 ) }
259251 { article . isLegacyInteractive && (
You can’t perform that action at this time.
0 commit comments