diff options
Diffstat (limited to 'src/scopes/_invisible-links.scss')
| -rw-r--r-- | src/scopes/_invisible-links.scss | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/scopes/_invisible-links.scss b/src/scopes/_invisible-links.scss new file mode 100644 index 0000000..71dd9da --- /dev/null +++ b/src/scopes/_invisible-links.scss | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | @use 'iro-sass/src/index' as iro; | ||
| 2 | |||
| 3 | @include iro.props-namespace('invisible-links') { | ||
| 4 | @include iro.bem-scope(iro.props-namespace()) { | ||
| 5 | :link, | ||
| 6 | :visited { | ||
| 7 | color: currentColor; | ||
| 8 | text-decoration: none; | ||
| 9 | |||
| 10 | &:hover { | ||
| 11 | text-decoration: underline; | ||
| 12 | } | ||
| 13 | } | ||
| 14 | } | ||
| 15 | } | ||
