X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/ccb2cb5b7cf0f4a3d21ddb87ec31ccde0d25b154..refs/pull/3570/head:/resources/sass/_buttons.scss diff --git a/resources/sass/_buttons.scss b/resources/sass/_buttons.scss index bd7609052..714dfc42c 100644 --- a/resources/sass/_buttons.scss +++ b/resources/sass/_buttons.scss @@ -99,6 +99,9 @@ button { fill: var(--color-primary); } } +.text-button.hover-underline:hover { + text-decoration: underline; +} .button.block { width: 100%; @@ -117,6 +120,7 @@ button { align-items: center; padding: $-s $-m; padding-bottom: ($-s - 2px); + width: 100%; svg { display: inline-block; width: 24px;