mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-16 06:11:41 -07:00
Remove threshold line in side panel (#1666)
* Remove categories * Remove disadvantaged in sidepanel * Add comment
This commit is contained in:
parent
9f0ca1c17d
commit
1681a72045
7 changed files with 28 additions and 41 deletions
|
@ -599,9 +599,9 @@ const AreaDetail = ({properties, hash}: IAreaDetailProps) => {
|
|||
</div>
|
||||
|
||||
{/* Number of thresholds exceeded */}
|
||||
<div className={styles.showThresholdExceed}>
|
||||
{/* <div className={styles.showThresholdExceed}>
|
||||
{EXPLORE_COPY.numberOfThresholdsExceeded(properties[constants.TOTAL_NUMBER_OF_DISADVANTAGE_INDICATORS])}
|
||||
</div>
|
||||
</div> */}
|
||||
{/* Send Feedback button */}
|
||||
<a
|
||||
className={styles.sendFeedbackLink}
|
||||
|
|
|
@ -47,11 +47,10 @@ $sidePanelLabelFontColor: #171716;
|
|||
@include u-margin-top('05');
|
||||
}
|
||||
|
||||
.showThresholdExceed {
|
||||
font-size: small;
|
||||
@include u-margin-top('05');
|
||||
|
||||
}
|
||||
// .showThresholdExceed {
|
||||
// font-size: small;
|
||||
// @include u-margin-top('05');
|
||||
// }
|
||||
|
||||
.sendFeedbackLink {
|
||||
@include u-margin-top(2);
|
||||
|
|
|
@ -53,10 +53,7 @@ exports[`rendering of the AreaDetail checks if indicators for ISLAND AREAS are p
|
|||
<div />
|
||||
</div>
|
||||
<div>
|
||||
Disadvantaged in 5 categories
|
||||
</div>
|
||||
<div>
|
||||
At or above 3 thresholds
|
||||
in 5 categories
|
||||
</div>
|
||||
<a
|
||||
href="
|
||||
|
@ -417,10 +414,7 @@ exports[`rendering of the AreaDetail checks if indicators for NATION is present
|
|||
<div />
|
||||
</div>
|
||||
<div>
|
||||
Disadvantaged in 5 categories
|
||||
</div>
|
||||
<div>
|
||||
At or above 3 thresholds
|
||||
in 5 categories
|
||||
</div>
|
||||
<a
|
||||
href="
|
||||
|
@ -2156,10 +2150,7 @@ exports[`rendering of the AreaDetail checks if indicators for PUERTO RICO are pr
|
|||
<div />
|
||||
</div>
|
||||
<div>
|
||||
Disadvantaged in 5 categories
|
||||
</div>
|
||||
<div>
|
||||
At or above 3 thresholds
|
||||
in 5 categories
|
||||
</div>
|
||||
<a
|
||||
href="
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue