Skip to content

Commit

Permalink
Refs #136090 - Styles for dropdown menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Jan 12, 2022
1 parent ec1b9c9 commit 8ef7cb7
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion src/SearchBlock/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ div#page-document {
}

div.content-section-tabs.menu {
overflow: auto;
// overflow: auto;
// padding: 0em 20%;
width: 100%;
max-width: 100%;
Expand All @@ -458,6 +458,39 @@ div#page-document {
border-radius: 0px;
box-shadow: none;

div.item.dropdown {
padding: 0px 10px 0px 10px;
border: none;
background: white;
color: @sf-dark-gray;
border-bottom: 4px solid white;
font-size: 14px;
font-weight: 400 !important;

&:before {
display: none;
}

div.menu {
margin-top: 4px;
}

i.icon:first-of-type {
display: none;
}

span.title {
margin-right: 5px;
color: @sf-dark-gray;
}

span.count {
color: @sf-medium-gray2;
font-size: 10px;
font-weight: 400;
}
}

a.item {
padding: 0px;
border-bottom: 4px solid white;
Expand Down

0 comments on commit 8ef7cb7

Please sign in to comment.