aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/application.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r--client/src/sass/application.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss
index 760be3822..0029c22ef 100644
--- a/client/src/sass/application.scss
+++ b/client/src/sass/application.scss
@@ -199,9 +199,18 @@ label {
199 199
200 .dropdown-item { 200 .dropdown-item {
201 padding: 3px 15px; 201 padding: 3px 15px;
202
203 &:active {
204 color: #000 !important;
205 }
206 }
207
208 button {
209 @include disable-default-a-behaviour;
202 } 210 }
203 211
204 a { 212 a {
213 @include disable-default-a-behaviour;
205 color: #000 !important; 214 color: #000 !important;
206 } 215 }
207} 216}