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

Fix sidebar mobile toggle button border

parent 07f5c3c3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -317,11 +317,6 @@ header.navbar-gitlab-new {
align-self: center;
color: $gl-text-color-secondary;
 
@media (max-width: $screen-xs-max) {
padding-left: 17px;
border-left: 1px solid $gl-text-color-quaternary;
}
.avatar-tile {
margin-right: 4px;
border: 1px solid $border-color;
Loading
Loading
Loading
Loading
@@ -461,6 +461,13 @@ $new-sidebar-collapsed-width: 50px;
font-size: 18px;
}
}
@media (max-width: $screen-xs-max) {
+ .breadcrumbs-links {
padding-left: 17px;
border-left: 1px solid $gl-text-color-quaternary;
}
}
}
 
@media (max-width: $screen-xs-max) {
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