From ce01e83382e0f971945ea8ed05052c8a0460f51d Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Fri, 22 Oct 2021 18:55:55 +0530 Subject: [PATCH] style: changed quiz button to secondary --- community/public/css/style.css | 2 +- community/templates/quiz.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/community/public/css/style.css b/community/public/css/style.css index 5798a8d2..885a3355 100644 --- a/community/public/css/style.css +++ b/community/public/css/style.css @@ -483,7 +483,7 @@ input[type=checkbox] { background: #FFFFFF; } -.is-secondary:hover { +.is-secondary:hover:not(:disabled) { text-decoration: none; color: inherit; } diff --git a/community/templates/quiz.html b/community/templates/quiz.html index a58fb4ea..44b250e9 100644 --- a/community/templates/quiz.html +++ b/community/templates/quiz.html @@ -47,9 +47,9 @@
Try Again