From f7e1f8d603c988542a91d04e27e4ac24ca16e937 Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Tue, 10 Feb 2015 15:13:08 +0100 Subject: [PATCH] remove weird double border on hooks --- app/styles/app/components/travis-switch.sass | 4 ++-- app/styles/app/profile/hooks.sass | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/app/styles/app/components/travis-switch.sass b/app/styles/app/components/travis-switch.sass index 72a7bb5e..7165cac1 100644 --- a/app/styles/app/components/travis-switch.sass +++ b/app/styles/app/components/travis-switch.sass @@ -35,7 +35,7 @@ p.settings-row top: 2px left: 2px width: 3.5em - height: 1.9em + height: 1.8em background: #e9e9e7 border: 1px solid #d7d4d4 border-radius: 2px @@ -48,7 +48,7 @@ p.settings-row text-align: left &:before left: auto - right: 1px + right: 2px border: 1px solid #9cafb5 span.on diff --git a/app/styles/app/profile/hooks.sass b/app/styles/app/profile/hooks.sass index 6a144aa4..6cece36d 100644 --- a/app/styles/app/profile/hooks.sass +++ b/app/styles/app/profile/hooks.sass @@ -24,9 +24,6 @@ overflow: hidden border-bottom: 1px solid $color-border-light - &:nth-child(3) - border-top: 1px solid $color-border-light - &:nth-child(odd) background-color: $color-bg-hooks-odd .controls