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 f371560 commit 0bd4d24
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,25 @@ div#page-document {
}
}

div.content-section-tabs.menu {
border-top: none;
border-right: none;
border-left: none;
box-shadow: none;

a.item {
border: none;

&:before {
display: none;
}

&.active {
color: red;
}
}
}

div.facets {
i.icon.dropdown {
margin-right: 0px;
Expand Down

0 comments on commit 0bd4d24

Please sign in to comment.