Skip to content

Commit

Permalink
Merge pull request #2318 from /issues/2317
Browse files Browse the repository at this point in the history
Fixes #2317 - remove gray border of sub-nav
  • Loading branch information
Mike Taylor authored Mar 28, 2018
2 parents 71be5d4 + 67941bb commit b70083e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions webcompat/static/css/src/sub-nav.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
.sub-nav {
padding-left: calc(var(--unit-space) * 2);
border-left: calc(var(--unit-space) / 2) solid var(--color-default);
padding-left: var(--unit-space);
color: var(--color-second);
font-size: .875em;
font-size: .95em;
}

.sub-nav,
Expand Down Expand Up @@ -53,8 +52,8 @@
.sub-nav-active {
font-weight: 700;
border-image: linear-gradient(var(--color-first), var(--color-first)) 10;
border-left: 5px solid;
margin-left: -5px;
border-left: 4px solid;
margin-left: -4px;
color: var(--color-second);
padding-left: var(--unit-space);
}

0 comments on commit b70083e

Please sign in to comment.