Merge branch '31072-activity-border' into 'master'

Fix border color on activities page

Closes #31072

See merge request !10864
This commit is contained in:
Phil Hughes 2017-04-24 07:57:54 +00:00
commit f07edb5af1
2 changed files with 1 additions and 2 deletions

View File

@ -230,7 +230,6 @@
float: right;
margin-top: 8px;
padding-bottom: 8px;
border-bottom: 1px solid $border-color;
}
}

View File

@ -110,7 +110,7 @@
.top-area {
@include clearfix;
border-bottom: 1px solid $white-normal;
border-bottom: 1px solid $border-color;
.nav-text {
padding-top: 16px;