Skip to content

Commit

Permalink
Refs #139198 - WIP styles section for tabs menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 8, 2021
1 parent 0bd4d24 commit 44ff3b8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -93,20 +93,26 @@ div#page-document {
}

div.content-section-tabs.menu {
max-width: 100%;
border-top: none;
border-right: none;
border-bottom: 1px solid @sf-light-gray2;
border-left: none;
border-radius: 0px;
box-shadow: none;

a.item {
border: none;
border-bottom: 3px solid white;
padding: 0px;
margin-right: 20px;
color: @sf-dark-gray;

&:before {
display: none;
}

&.active {
color: red;
border-bottom: 3px solid @sf-azure;
}
}
}
Expand Down

0 comments on commit 44ff3b8

Please sign in to comment.