aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass')
-rw-r--r--client/src/sass/include/_mixins.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss
index adeee758e..a6d1abd6d 100644
--- a/client/src/sass/include/_mixins.scss
+++ b/client/src/sass/include/_mixins.scss
@@ -692,6 +692,8 @@
692 margin-bottom: 10px; 692 margin-bottom: 10px;
693 693
694 & > a { 694 & > a {
695 @include disable-default-a-behaviour;
696
695 text-decoration: none; 697 text-decoration: none;
696 color: inherit; 698 color: inherit;
697 display: block; 699 display: block;