diff options
Diffstat (limited to 'src/scopes/_links.scss')
| -rw-r--r-- | src/scopes/_links.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/scopes/_links.scss b/src/scopes/_links.scss index 9ade0c2..40be069 100644 --- a/src/scopes/_links.scss +++ b/src/scopes/_links.scss | |||
| @@ -67,6 +67,17 @@ | |||
| 67 | } | 67 | } |
| 68 | } | 68 | } |
| 69 | 69 | ||
| 70 | @include bem.modifier('mark-external') { | ||
| 71 | :link, | ||
| 72 | :visited { | ||
| 73 | &[href^='http'] { | ||
| 74 | &::after { | ||
| 75 | content: ' ↗'; | ||
| 76 | } | ||
| 77 | } | ||
| 78 | } | ||
| 79 | } | ||
| 80 | |||
| 70 | @each $theme in map.keys(props.get(vars.$static-themes)) { | 81 | @each $theme in map.keys(props.get(vars.$static-themes)) { |
| 71 | @include bem.modifier(string.slice($theme, 3)) { | 82 | @include bem.modifier(string.slice($theme, 3)) { |
| 72 | :link, | 83 | :link, |
