include old styles and fix resulting overlaps
This commit is contained in:
parent
96a8463240
commit
32b539b948
|
@ -15,8 +15,8 @@
|
|||
@import "app/getting_started";
|
||||
@import "app/github";
|
||||
|
||||
// @import "app/left/list";
|
||||
// @import "app/left";
|
||||
@import "app/left/list";
|
||||
@import "app/left";
|
||||
@import "app/loading";
|
||||
@import "app/main/annotations";
|
||||
@import "app/main/list";
|
||||
|
@ -39,7 +39,7 @@
|
|||
@import "app/settings";
|
||||
// @import "app/stats";
|
||||
// @import "app/status";
|
||||
// @import "app/tabs";
|
||||
@import "app/tabs";
|
||||
@import "app/tipsy";
|
||||
|
||||
@import "app/components/travis-switch";
|
||||
|
|
|
@ -68,8 +68,10 @@ $sb-font-size: 14px
|
|||
&:after
|
||||
transform: translateX(35%)
|
||||
display: inline-block
|
||||
a:hover .icon--plus:after
|
||||
color: $teal1
|
||||
a:hover
|
||||
bottom: 0.05em
|
||||
.icon--plus:after
|
||||
color: $teal1
|
||||
|
||||
.sidebar-list
|
||||
margin-top: 1.4rem
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<div id="search_box" class="search search--sidebar">
|
||||
<div class="search search--sidebar">
|
||||
<div class="search-inner">
|
||||
{{input value=controller.search placeholder="Search all repositories"}}
|
||||
</div>
|
||||
|
|
|
@ -4,11 +4,11 @@
|
|||
{{#link-to "main.repositories"}}My Repositories{{/link-to}}
|
||||
</li>
|
||||
|
||||
{{!-- {{#unless config.pro}}
|
||||
{{#unless config.pro}}
|
||||
<li id="tab_recent" {{bind-attr class="view.classRecent"}}>
|
||||
<h5>{{#link-to "main.recent"}}Recent{{/link-to}}</h5>
|
||||
{{#link-to "main.recent"}}Recent{{/link-to}}
|
||||
</li>
|
||||
{{/unless}} --}}
|
||||
{{/unless}}
|
||||
|
||||
{{!-- <li id="tab_search" {{bind-attr class="view.classSearch"}}>
|
||||
<h5>Search</h5>
|
||||
|
|
|
@ -15,7 +15,7 @@ View = Ember.View.extend
|
|||
classOwned: (->
|
||||
classes = []
|
||||
classes.push('active') if @get('tab') == 'owned'
|
||||
# classes.push('display-inline') if @get('currentUser')
|
||||
classes.push('display-inline') if @get('currentUser')
|
||||
classes.join(' ')
|
||||
).property('tab', 'currentUser')
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
`import { colorForState } from 'travis/utils/helpers'`
|
||||
|
||||
View = Ember.CollectionView.extend
|
||||
elementId: 'repos'
|
||||
elementId: ''
|
||||
tagName: 'ul'
|
||||
|
||||
emptyView: Ember.View.extend
|
||||
|
|
Loading…
Reference in New Issue
Block a user