remove weird double border on hooks

This commit is contained in:
Lisa Passing 2015-02-10 15:13:08 +01:00
parent 2ebb30c476
commit f7e1f8d603
2 changed files with 2 additions and 5 deletions
app/styles/app

View File

@ -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

View File

@ -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