diff --git a/plugins/output_modder.rb b/plugins/output_modder.rb index b1b9fedb341b..a2ca8164ce18 100644 --- a/plugins/output_modder.rb +++ b/plugins/output_modder.rb @@ -21,15 +21,8 @@ def output_modder(content) # All external links start with 'http', skip when this one does not next unless link.get_attribute('href') =~ /\Ahttp/i - # Append an external link icon, if there isn't an icon already + # Skip our own links next if link.get_attribute('href') =~ /\Ahttps?:\/\/\w*.?home-assistant.io/i - next if link.css('iconify-icon').any? - - icon = Nokogiri::XML::Node.new('iconify-icon', dom) - icon['inline'] = true - icon['icon'] = 'tabler:external-link' - icon['class'] = 'external-link' - link.add_child(icon) # Play nice with our own links next if link.get_attribute('href') =~ /\Ahttps?:\/\/(?:\w+\.)?(?:home-assistant\.io|esphome\.io|nabucasa\.com|openhomefoundation\.org)/i diff --git a/sass/homeassistant/_overrides.scss b/sass/homeassistant/_overrides.scss index 7c30b5a03a88..2f68a875f1b5 100644 --- a/sass/homeassistant/_overrides.scss +++ b/sass/homeassistant/_overrides.scss @@ -1363,19 +1363,6 @@ article.listing { text-decoration: underline; overflow-wrap: break-word; - &[rel*="external"] { - position: relative; - - &:after { - content: "\00a0\00a0\00a0\00a0\00a0"; - display: inline-block; - } - - iconify-icon { - align-self: center; - position: absolute; - } - } &.btn { font-size: 1.1em; diff --git a/source/_includes/asides/about.html b/source/_includes/asides/about.html index f850359baef8..84cefab011e8 100644 --- a/source/_includes/asides/about.html +++ b/source/_includes/asides/about.html @@ -5,9 +5,9 @@
- Home Assistant is part of the Open Home Foundation {% icon "tabler:external-link" %}. + Home Assistant is part of the Open Home Foundation.
diff --git a/source/_includes/asides/dashboards_navigation.html b/source/_includes/asides/dashboards_navigation.html index adb372e67f4b..bad391301030 100644 --- a/source/_includes/asides/dashboards_navigation.html +++ b/source/_includes/asides/dashboards_navigation.html @@ -42,10 +42,9 @@