diff --git a/jslib b/jslib index 4f79addb8a0..f8d8ca22536 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 102852149c4..a9c1b22c7ab 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; + } } }