Skip to content

Commit

Permalink
hide claustro filter
Browse files Browse the repository at this point in the history
  • Loading branch information
xtian7489 committed May 9, 2024
1 parent 0bdba06 commit 4356bbe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ext/lib/site/home-catalogo/filter-propuestas/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default class FilterPropuestas extends Component {
handleFilter={this.handleFilter}
clearFilter={this.clearFilter}
/>
<FilterBox
{/* <FilterBox
name='claustro'
title='Claustro'
allOptions={claustros}
Expand All @@ -124,7 +124,7 @@ export default class FilterPropuestas extends Component {
handleDropdown={this.handleDropdown}
handleFilter={this.handleFilter}
clearFilter={this.clearFilter}
/>
/> */}
<FilterBox
name='facultad'
title='Facultad'
Expand Down
2 changes: 0 additions & 2 deletions ext/lib/site/home-catalogo/topic-card/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ export class TopicCard extends Component {
<span>Creado por: <span className='topic-card-author'>{topic.owner.firstName}</span></span>
{topic.facultad &&
<span className='topic-card-facultad'>({topic.facultad.nombre})</span>
}{topic.claustro &&
<span className='topic-card-facultad'>({topic.claustro.nombre})</span>
}
{!topic.facultad && topic.attrs && topic.attrs.facultad && topic.attrs.facultad != 'ninguna' &&
<span className='topic-card-facultad'>
Expand Down
3 changes: 2 additions & 1 deletion ext/lib/site/home-catalogo/topic-card/styles.styl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
margin-top: 5px

.idea-factible
border: 3px solid $primary-color;
background-image: unquote("url('ext/lib/site/home-catalogo/voto.svg')")
background-repeat: no-repeat
background-position: right;
Expand Down Expand Up @@ -108,8 +107,10 @@
background-color: #E0E9B0!important
.tag-status-factible
background-color: $primary-color!important
color: #fff
.tag-status-ganador
background-color: $primary-color-2!important
color: #fff
.tag-status-preparacion
background-color: #dcdcdc!important
.tag-status-compra
Expand Down

0 comments on commit 4356bbe

Please sign in to comment.