From f5109fc15e656010dd7f5047d3c61dd837231065 Mon Sep 17 00:00:00 2001 From: Matthew White Date: Mon, 1 Oct 2018 16:16:50 -0400 Subject: [PATCH 1/7] Add href attribute so that link is focusable --- lib/components/field-key/row.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/field-key/row.vue b/lib/components/field-key/row.vue index 25bee9787..acabe4366 100644 --- a/lib/components/field-key/row.vue +++ b/lib/components/field-key/row.vue @@ -15,7 +15,7 @@ except according to the terms contained in the LICENSE file. {{ created }} {{ lastUsed }} - From 5edf69a5bc33d8158d0deb94c4af1c414d04dee5 Mon Sep 17 00:00:00 2001 From: Matthew White Date: Mon, 1 Oct 2018 16:16:51 -0400 Subject: [PATCH 2/7] Rename .no-text-decoration to .text-no-decoration The other text utility classes have the prefix `text-`. --- lib/components/app.vue | 4 ++-- lib/components/field-key/row.vue | 2 +- lib/components/form/submission-row.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/components/app.vue b/lib/components/app.vue index 093eae1e1..d4a5948ab 100644 --- a/lib/components/app.vue +++ b/lib/components/app.vue @@ -150,14 +150,14 @@ h1 { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } -.no-text-decoration { +.text-no-decoration { &, &:hover, &:focus, &.focus { text-decoration: none; } } @media print { - a.no-text-decoration:visited { + a.text-no-decoration:visited { text-decoration: none; } } diff --git a/lib/components/field-key/row.vue b/lib/components/field-key/row.vue index acabe4366..748bc8c2a 100644 --- a/lib/components/field-key/row.vue +++ b/lib/components/field-key/row.vue @@ -16,7 +16,7 @@ except according to the terms contained in the LICENSE file. {{ lastUsed }} See code diff --git a/lib/components/form/submission-row.vue b/lib/components/form/submission-row.vue index 5109f1f48..a2d31a976 100644 --- a/lib/components/form/submission-row.vue +++ b/lib/components/form/submission-row.vue @@ -22,7 +22,7 @@ except according to the terms contained in the LICENSE file. :title="hasTitle(column) ? questionValue(column) : null">