Replace .activity-filter-block with display properties
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
This commit is contained in:
parent
df0973eb94
commit
7075c5a1ae
2 changed files with 1 additions and 5 deletions
|
@ -52,8 +52,4 @@
|
|||
padding: 19px 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.activity-filter-block {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
%div{ class: container_class }
|
||||
.nav-block.activity-filter-block.activities
|
||||
.nav-block.d-none.d-sm-block.activities
|
||||
= render 'shared/event_filter'
|
||||
.controls
|
||||
= link_to project_path(@project, rss_url_options), title: s_("ProjectActivityRSS|Subscribe"), class: 'btn rss-btn has-tooltip' do
|
||||
|
|
Loading…
Reference in a new issue