From aa5bfb91878ff5341207fcf4dde425779e6dbe2d Mon Sep 17 00:00:00 2001 From: Marcel van Remmerden Date: Fri, 31 May 2019 19:56:38 +0000 Subject: Add hover and focus to "Attach a file" --- app/assets/stylesheets/pages/note_form.scss | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'app/assets/stylesheets/pages/note_form.scss') diff --git a/app/assets/stylesheets/pages/note_form.scss b/app/assets/stylesheets/pages/note_form.scss index 3343b55d24b..8c7b124dd33 100644 --- a/app/assets/stylesheets/pages/note_form.scss +++ b/app/assets/stylesheets/pages/note_form.scss @@ -334,7 +334,7 @@ table { .toolbar-button-icon { position: relative; top: 1px; - margin-right: 3px; + margin-right: $gl-padding-4; color: inherit; font-size: 16px; } @@ -461,6 +461,15 @@ table { border: 0; font-size: 14px; line-height: 16px; + + &:hover, + &:focus { + text-decoration: none; + + .text-attach-file { + text-decoration: underline; + } + } } .markdown-selector { -- cgit v1.2.3