32570 Fix border-bottom for project activity tab
This commit is contained in:
parent
27eab8a4c3
commit
2c33dd0c32
4 changed files with 8 additions and 4 deletions
|
@ -443,8 +443,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
.activities {
|
||||
.nav-block {
|
||||
.nav-block {
|
||||
&.activities {
|
||||
border-bottom: 1px solid $border-color;
|
||||
|
||||
.nav-links {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
.hidden-xs
|
||||
= render "events/event_last_push", event: @last_push
|
||||
|
||||
.nav-block
|
||||
.nav-block.activities
|
||||
.controls
|
||||
= link_to dashboard_projects_path(rss_url_options), class: 'btn rss-btn has-tooltip', title: 'Subscribe' do
|
||||
%i.fa.fa-rss
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
- @no_container = true
|
||||
|
||||
%div{ class: container_class }
|
||||
.nav-block.activity-filter-block
|
||||
.nav-block.activity-filter-block.activities
|
||||
.controls
|
||||
= link_to namespace_project_path(@project.namespace, @project, rss_url_options), title: "Subscribe", class: 'btn rss-btn has-tooltip' do
|
||||
= icon('rss')
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Fix border-bottom for project activity tab
|
||||
merge_request:
|
||||
author:
|
Loading…
Reference in a new issue