Remove primary class from 'Show results' button as it clashes with 'Add question' button

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2020-04-23 14:22:58 +02:00 committed by Jonas Rittershofer
parent b1e1c39cf0
commit 54abd7c03b
2 changed files with 3 additions and 3 deletions

View file

@ -51,7 +51,7 @@ $top-bar-height: 60px;
button {
cursor: pointer;
&:not(.primary) {
&:not(:first-child) {
width: 44px;
height: 44px;
border: none;

View file

@ -36,8 +36,8 @@
<AppContent v-else>
<!-- Show results & sidebar button -->
<TopBar>
<button class="primary" @click="showResults">
<span class="icon-forms-white" role="img" />
<button @click="showResults">
<span class="icon-forms" role="img" />
{{ t('forms', 'Show results') }}
</button>
<button v-tooltip="t('forms', 'Toggle settings')"