Skip to content

Commit

Permalink
Fix border-bottom of active tab bars (mastodon#11068)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire authored and hiyuki2578 committed Oct 2, 2019
1 parent 66c4443 commit 5a9edf8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1965,11 +1965,6 @@ a.account__display-name {
font-size: 16px;
}

&.active {
border-bottom: 2px solid $highlight-text-color;
color: $highlight-text-color;
}

&:hover,
&:focus,
&:active {
Expand All @@ -1979,6 +1974,11 @@ a.account__display-name {
}
}

&.active {
border-bottom: 2px solid $highlight-text-color;
color: $highlight-text-color;
}

span {
margin-left: 5px;
display: none;
Expand Down

0 comments on commit 5a9edf8

Please sign in to comment.