Skip to content

Commit

Permalink
Refs #139198 - Fix button styles for reading time facet.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 8, 2021
1 parent a22eead commit adf5c10
Showing 1 changed file with 28 additions and 30 deletions.
58 changes: 28 additions & 30 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -583,45 +583,43 @@ div.ui.modal {
}
}

div.content {
button.term {
padding: 12px 10px 12px 10px;
border: 1px solid @sf-light-gray2;
margin: 5px;
background: white;
border-radius: 2px;
color: @sf-dark-gray;
font-size: 12px;
font-weight: 600;

span.title {
margin-right: 5px;
}
button.term {
padding: 12px 10px 12px 10px;
border: 1px solid @sf-light-gray2;
margin: 5px;
background: white;
border-radius: 2px;
color: @sf-dark-gray;
font-size: 12px;
font-weight: 600;

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

&.active {
border-color: @sf-medium-blue;
background: @sf-medium-blue !important;
box-shadow: none;
span.count {
color: @sf-medium-gray2;
font-size: 10px;
font-weight: 400;
}

span.count {
color: white;
}
&.active {
border-color: @sf-medium-blue;
background: @sf-medium-blue !important;
box-shadow: none;

&:hover {
background: @sf-medium-blue !important;
}
span.count {
color: white;
}

&:hover {
background: @sf-light-gray;
background: @sf-medium-blue !important;
}
}

&:hover {
background: @sf-light-gray;
}
}

div.actions {
Expand Down

0 comments on commit adf5c10

Please sign in to comment.