From ba1d3f331f76243468f6fa5f44835bc9cbb352ed Mon Sep 17 00:00:00 2001 From: Paul <41552663+molecula451@users.noreply.github.com> Date: Mon, 6 Jul 2020 15:58:36 -0400 Subject: [PATCH 1/3] Info on Description row --- app/quests/templates/quests/index.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/app/quests/templates/quests/index.html b/app/quests/templates/quests/index.html index dba740ca182..471f07c6e4c 100644 --- a/app/quests/templates/quests/index.html +++ b/app/quests/templates/quests/index.html @@ -75,8 +75,8 @@
{{quest.kudos_reward.humanized_name}} | {{difficulty_level}} | {{quest.ui_data.attempts_count}} | -{{quest.description}} | ++ + Info + + | {{quest.est_total_time_required}} mins (reading) {{quest.est_skim_time_mins}} mins (skimming) |
{% if difficulty_level == 'Created' %}
From c6827e98b6063649a2c9a7b6479a1d2d78659b2c Mon Sep 17 00:00:00 2001
From: Paul <41552663+molecula451@users.noreply.github.com>
Date: Mon, 6 Jul 2020 16:16:03 -0400
Subject: [PATCH 2/3] cursor default on info
---
app/assets/v2/css/quests.css | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/app/assets/v2/css/quests.css b/app/assets/v2/css/quests.css
index 54802b5b88e..e25256d86bf 100644
--- a/app/assets/v2/css/quests.css
+++ b/app/assets/v2/css/quests.css
@@ -43,6 +43,10 @@ td, th {
color: grey;
}
+#info_button {
+ cursor: default;
+}
+
.show_on_mobile {
display: none;
}
From 22a1bc2238fa873f01c2441fccdb680cafa0d9e0 Mon Sep 17 00:00:00 2001
From: Paul <41552663+molecula451@users.noreply.github.com>
Date: Mon, 6 Jul 2020 16:17:54 -0400
Subject: [PATCH 3/3] id
---
app/quests/templates/quests/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/quests/templates/quests/index.html b/app/quests/templates/quests/index.html
index 471f07c6e4c..aee6eacabbc 100644
--- a/app/quests/templates/quests/index.html
+++ b/app/quests/templates/quests/index.html
@@ -103,7 +103,7 @@ No Quests Found | {{quest.ui_data.attempts_count}} | - Info + Info | {{quest.est_total_time_required}} mins (reading) {{quest.est_skim_time_mins}} mins (skimming) |