From 54abd7c03b868d349d995510ccf3b299fc9c7d51 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 23 Apr 2020 14:22:58 +0200 Subject: [PATCH] Remove primary class from 'Show results' button as it clashes with 'Add question' button Signed-off-by: Jan-Christoph Borchardt --- src/components/TopBar.vue | 2 +- src/views/Create.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/TopBar.vue b/src/components/TopBar.vue index 0176139..83859cf 100644 --- a/src/components/TopBar.vue +++ b/src/components/TopBar.vue @@ -51,7 +51,7 @@ $top-bar-height: 60px; button { cursor: pointer; - &:not(.primary) { + &:not(:first-child) { width: 44px; height: 44px; border: none; diff --git a/src/views/Create.vue b/src/views/Create.vue index 25817c1..c1e8364 100644 --- a/src/views/Create.vue +++ b/src/views/Create.vue @@ -36,8 +36,8 @@ -