diff options
author | Felix Hammerl <fhammerl@thoughtworks.com> | 2016-03-10 19:39:10 +0100 |
---|---|---|
committer | Felix Hammerl <fhammerl@thoughtworks.com> | 2016-03-15 18:19:54 +0100 |
commit | 5d94bec7f070bd7308416ac0b0c085ac3efd5beb (patch) | |
tree | fb4730120b2819fc468d3b19fd33955ae77464df | |
parent | b0d8a092f6c8c05c0368d01c554de9fe43024a68 (diff) |
Issue #620: Remove unnecessary ampersand operator
-rw-r--r-- | web-ui/app/scss/_read.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web-ui/app/scss/_read.scss b/web-ui/app/scss/_read.scss index 77ff958d..9ae64a57 100644 --- a/web-ui/app/scss/_read.scss +++ b/web-ui/app/scss/_read.scss @@ -141,13 +141,13 @@ line-height: 2em; border: 1px solid $lighter_gray; - &#reply-button-top { + #reply-button-top { @include border-right-radius(0); padding: 0 20px; } - &#view-more-actions { + #view-more-actions { @include border-left-radius(0); padding: 0 5px; |