prevent click event on spacebar

font-size had to be normalized for the menubar__buttons
This commit is contained in:
Chrissi2812
2019-05-28 14:44:04 +02:00
parent 94b2846695
commit 036d853378
2 changed files with 6 additions and 2 deletions

View File

@@ -33,4 +33,8 @@
background-color: rgba($color-black, 0.1);
}
}
span#{&}__button {
font-size: 13.3333px;
}
}