Took out linkTo in list.hbs and fixed cursor to pointer on li elements for left repo list view
This commit is contained in:
parent
b0415a7148
commit
51c1b4dcee
|
@ -7,7 +7,6 @@
|
||||||
<div class="tab">
|
<div class="tab">
|
||||||
{{#if isLoaded}}
|
{{#if isLoaded}}
|
||||||
{{#collection Travis.ReposListView contentBinding="this"}}
|
{{#collection Travis.ReposListView contentBinding="this"}}
|
||||||
{{#linkTo "repo" this}}
|
|
||||||
{{#with view.repo}}
|
{{#with view.repo}}
|
||||||
<div class="slug-and-status">
|
<div class="slug-and-status">
|
||||||
<span class="status"></span>
|
<span class="status"></span>
|
||||||
|
@ -32,7 +31,6 @@
|
||||||
|
|
||||||
<div class="indicator"><span></span></div>
|
<div class="indicator"><span></span></div>
|
||||||
{{/with}}
|
{{/with}}
|
||||||
{{/linkTo}}
|
|
||||||
{{else}}
|
{{else}}
|
||||||
<p class="empty">{{noReposMessage}}</p>
|
<p class="empty">{{noReposMessage}}</p>
|
||||||
{{/collection}}
|
{{/collection}}
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
padding: 15px 20px 15px 15px
|
padding: 15px 20px 15px 15px
|
||||||
border-bottom: 1px solid $color-border-light
|
border-bottom: 1px solid $color-border-light
|
||||||
background-repeat: no-repeat
|
background-repeat: no-repeat
|
||||||
|
cursor: pointer
|
||||||
|
|
||||||
&:nth-child(odd),
|
&:nth-child(odd),
|
||||||
&:nth-child(odd) .indicator span
|
&:nth-child(odd) .indicator span
|
||||||
|
|
Loading…
Reference in New Issue
Block a user