forked from treehouse/mastodon
Fix border-bottom of active tab bars (#11068)
parent
809d1faa49
commit
faafc3ae25
|
@ -1965,11 +1965,6 @@ a.account__display-name {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.active {
|
|
||||||
border-bottom: 2px solid $highlight-text-color;
|
|
||||||
color: $highlight-text-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus,
|
&:focus,
|
||||||
&:active {
|
&:active {
|
||||||
|
@ -1979,6 +1974,11 @@ a.account__display-name {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.active {
|
||||||
|
border-bottom: 2px solid $highlight-text-color;
|
||||||
|
color: $highlight-text-color;
|
||||||
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in New Issue