Skip to content

Commit

Permalink
hide external link icon on external
Browse files Browse the repository at this point in the history
  • Loading branch information
jackahl committed Jan 5, 2024
1 parent 3a9d0f7 commit eb58a15
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions news/8.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hide external link icon on external links @jackahl
8 changes: 7 additions & 1 deletion src/theme/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@greySnow: #f3f5f7;
@greySmoke: #e4e8ec;

.block.logos {
.content-area .block.logos {
.grid-items [data-rbd-droppable-id] {
display: flex;
}
Expand Down Expand Up @@ -104,6 +104,12 @@
flex-direction: column;
align-items: center;

a[href^="https://"]:not([href^="https://dlr-internet"]):not([href^="https://dlr.de"]):not([href^="https://www.dlr.de"])::after
{
display: none;
content: none;
}

.logo-image {
width: 100%;
max-height: 100px;
Expand Down

0 comments on commit eb58a15

Please sign in to comment.