remove weird double border on hooks
This commit is contained in:
parent
2ebb30c476
commit
f7e1f8d603
|
@ -35,7 +35,7 @@ p.settings-row
|
||||||
top: 2px
|
top: 2px
|
||||||
left: 2px
|
left: 2px
|
||||||
width: 3.5em
|
width: 3.5em
|
||||||
height: 1.9em
|
height: 1.8em
|
||||||
background: #e9e9e7
|
background: #e9e9e7
|
||||||
border: 1px solid #d7d4d4
|
border: 1px solid #d7d4d4
|
||||||
border-radius: 2px
|
border-radius: 2px
|
||||||
|
@ -48,7 +48,7 @@ p.settings-row
|
||||||
text-align: left
|
text-align: left
|
||||||
&:before
|
&:before
|
||||||
left: auto
|
left: auto
|
||||||
right: 1px
|
right: 2px
|
||||||
border: 1px solid #9cafb5
|
border: 1px solid #9cafb5
|
||||||
|
|
||||||
span.on
|
span.on
|
||||||
|
|
|
@ -24,9 +24,6 @@
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
border-bottom: 1px solid $color-border-light
|
border-bottom: 1px solid $color-border-light
|
||||||
|
|
||||||
&:nth-child(3)
|
|
||||||
border-top: 1px solid $color-border-light
|
|
||||||
|
|
||||||
&:nth-child(odd)
|
&:nth-child(odd)
|
||||||
background-color: $color-bg-hooks-odd
|
background-color: $color-bg-hooks-odd
|
||||||
.controls
|
.controls
|
||||||
|
|
Loading…
Reference in New Issue
Block a user