diff --git a/news/8.bugfix b/news/8.bugfix new file mode 100644 index 0000000..d72c082 --- /dev/null +++ b/news/8.bugfix @@ -0,0 +1 @@ +hide external link icon on external links @jackahl diff --git a/src/theme/main.less b/src/theme/main.less index 5c3fe38..3ac49b2 100644 --- a/src/theme/main.less +++ b/src/theme/main.less @@ -2,7 +2,7 @@ @greySnow: #f3f5f7; @greySmoke: #e4e8ec; -.block.logos { +.content-area .block.logos { .grid-items [data-rbd-droppable-id] { display: flex; } @@ -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;