Skip to content

Commit

Permalink
Refs #139198 - Remove unused styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 6, 2021
1 parent 95450ef commit bcd386d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
18 changes: 9 additions & 9 deletions src/SearchBlock/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ export const SearchBlockSchema = ({ formData = {} }) => ({
title: 'General settings',
fields: ['headline', 'subheadline', 'enableNLP'],
},
...(formData.enableNLP
? [
{
id: 'nlp',
title: 'NLP Capabilities Settings',
fields: ['use_qa_dp', 'qa_queryTypes', 'cutoffScore'],
},
]
: []),
// ...(formData.enableNLP
// ? [
// {
// id: 'nlp',
// title: 'NLP Capabilities Settings',
// fields: ['use_qa_dp', 'qa_queryTypes', 'cutoffScore'],
// },
// ]
// : []),
],

properties: {
Expand Down
6 changes: 0 additions & 6 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@
// max-width: 15em;
}

div.landing-page {
.tile h2 {
font-size: 150%;
}
}

a.centered.fluid.image.img-thumbnail {
background: none !important;
}
Expand Down

0 comments on commit bcd386d

Please sign in to comment.