remove weird double border on hooks
This commit is contained in:
parent
2ebb30c476
commit
f7e1f8d603
app/styles/app
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user