diff options
author | Felix Hammerl <fhammerl@thoughtworks.com> | 2016-02-08 17:59:42 +0100 |
---|---|---|
committer | Felix Hammerl <fhammerl@thoughtworks.com> | 2016-02-08 18:10:53 +0100 |
commit | 48144118cf0e861ad1ca0ae7900a8cd12d4313db (patch) | |
tree | bdb4639d1f18b2975be5953055f4d190b7ba167e /web-ui/app/scss | |
parent | 3c6b905d7e5b78e521b2e7692e5e32b7b0c226bc (diff) |
Revert "Issue #549 - Implemented UI part of remote attachments"
This reverts commit e3939d4c1dff0f152fa13ce8a89f751c79ecace2.
Diffstat (limited to 'web-ui/app/scss')
-rw-r--r-- | web-ui/app/scss/_read.scss | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/web-ui/app/scss/_read.scss b/web-ui/app/scss/_read.scss index 4a11ca76..d98e10a7 100644 --- a/web-ui/app/scss/_read.scss +++ b/web-ui/app/scss/_read.scss @@ -31,7 +31,7 @@ height: 27px; margin-right: 3px; } - + .full-view-header { display:inline-block; padding-top: 5px; @@ -82,14 +82,14 @@ border-radius: 2px; background-color: #F5F5F5; margin-bottom: 8px; - + a { color: $attachment_text; display: block; text-decoration: none; line-height: inherit; padding: 4px 5px; - + &:hover, &:focus { i.download-icon { color: lighten($attachment_icon, 15); @@ -105,13 +105,6 @@ right: 0; padding: 7px 10px; } - - i.remove-icon { - float: right; - padding-right: 5px; - padding-top: 7px; - color: #999; - } } } } @@ -162,3 +155,5 @@ } } } + + |