Skip to content

Commit

Permalink
other ads selector
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfauquette committed Feb 20, 2024
1 parent bd11327 commit 37426c9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/src/modules/components/MarkdownElement.js
Original file line number Diff line number Diff line change
Expand Up @@ -407,9 +407,11 @@ const Root = styled('div')(
// Allows to remove link arrows for images
display: 'none',
},
'& a[href*="carbonads"][target="_blank"]::after': {
// Remove link arrow for carbon ads
display: 'none',
'& .ea-placement, & .carbonads, & #carbonads': {
// Remove link arrow for ads
'& a[target="_blank"]::after': {
display: 'none',
},
},
'& a, & a code': {
// Style taken from the Link component
Expand Down

0 comments on commit 37426c9

Please sign in to comment.