Skip to content
Snippets Groups Projects
Commit faafc3ae authored by ThibG's avatar ThibG Committed by Eugen Rochko
Browse files

Fix border-bottom of active tab bars (#11068)

parent 809d1faa
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......@@ -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;
......
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