Skip to content
Snippets Groups Projects
Commit f07edb5a authored by Phil Hughes's avatar Phil Hughes
Browse files

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

Fix border color on activities page

Closes #31072

See merge request !10864
parents 1005389f 1fab0e5c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -230,7 +230,6 @@
float: right;
margin-top: 8px;
padding-bottom: 8px;
border-bottom: 1px solid $border-color;
}
}
 
Loading
Loading
Loading
Loading
@@ -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;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment