From c9a6c938557d64e1ad997476aadb2f7684f6f2d8 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Fri, 27 Feb 2015 12:09:10 -0300 Subject: Refactoring colors: better defining variable names, extracting hard-coded hex codes, normalizing link styles, organizing _colors files. --- web-ui/app/scss/_read.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'web-ui/app/scss/_read.scss') diff --git a/web-ui/app/scss/_read.scss b/web-ui/app/scss/_read.scss index bd30552c..34d7993c 100644 --- a/web-ui/app/scss/_read.scss +++ b/web-ui/app/scss/_read.scss @@ -64,6 +64,16 @@ .attachmentsArea { border-top: 1px solid #DDD; padding: 10px 0 0; + + a { + color: $action_buttons; + text-decoration: none; + line-height: inherit; + &:hover, &:focus { + color: lighten($action_buttons, 10); + outline: none; + } + } } } -- cgit v1.2.3