summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/_read.scss
diff options
context:
space:
mode:
authorGabriel Albo <gabriel@albo.com.br>2015-02-27 12:09:10 -0300
committerGabriel Albo <gabriel@albo.com.br>2015-02-27 14:16:09 -0300
commitc9a6c938557d64e1ad997476aadb2f7684f6f2d8 (patch)
tree5fb3568923eb14eaa1fa6405f8a69d7f468ddc47 /web-ui/app/scss/_read.scss
parent1a4ab72b9d355cc1d224edac36bee2a2bbe8ebc5 (diff)
Refactoring colors: better defining variable names, extracting hard-coded hex codes, normalizing link styles, organizing _colors files.
Diffstat (limited to 'web-ui/app/scss/_read.scss')
-rw-r--r--web-ui/app/scss/_read.scss10
1 files changed, 10 insertions, 0 deletions
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;
+ }
+ }
}
}