From 31beabd02b1829393db43a6515a3d1d7c74d3c40 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 10 Apr 2018 00:05:20 -0400 Subject: [PATCH] button style update --- jslib | 2 +- src/scss/buttons.scss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/jslib b/jslib index 4f79addb8a..f8d8ca2253 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 4f79addb8a05fd829c4aebc5999e1cf9ba510410 +Subproject commit f8d8ca225360a0ed05f54642ed89da282d8a1021 diff --git a/src/scss/buttons.scss b/src/scss/buttons.scss index 102852149c..a9c1b22c7a 100644 --- a/src/scss/buttons.scss +++ b/src/scss/buttons.scss @@ -54,5 +54,9 @@ &.link { border: none !important; background: none !important; + + &:focus { + text-decoration: underline; + } } }