aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/menu/menu.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/menu/menu.component.scss')
-rw-r--r--client/src/app/menu/menu.component.scss5
1 files changed, 1 insertions, 4 deletions
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss
index 8a4910605..2c2106733 100644
--- a/client/src/app/menu/menu.component.scss
+++ b/client/src/app/menu/menu.component.scss
@@ -123,9 +123,6 @@ menu {
123 cursor: pointer; 123 cursor: pointer;
124 margin-bottom: 15px; 124 margin-bottom: 15px;
125 125
126 &:hover, &:focus { 126 @include disable-default-a-behaviour;
127 text-decoration: none !important;
128 outline: none !important;
129 }
130 } 127 }
131} 128}