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; + } } }