summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_headers.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/sass-files/sass/partials/_headers.scss')
-rw-r--r--web/sass-files/sass/partials/_headers.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_headers.scss b/web/sass-files/sass/partials/_headers.scss
index c2740891a..adeaa70d7 100644
--- a/web/sass-files/sass/partials/_headers.scss
+++ b/web/sass-files/sass/partials/_headers.scss
@@ -98,6 +98,9 @@
fill: #fff;
}
}
+ .settings__link a:hover, a:visited, a:link, a:active {
+ text-decoration: none;
+ }
.user__picture {
width: 36px;
height: 36px;
@@ -248,4 +251,4 @@
margin-top: 8px;
fill: #AAA;
}
-} \ No newline at end of file
+}