diff --git a/app/src/frontend/building/data-containers/planning.tsx b/app/src/frontend/building/data-containers/planning.tsx index 387d902f..0fe4ea31 100644 --- a/app/src/frontend/building/data-containers/planning.tsx +++ b/app/src/frontend/building/data-containers/planning.tsx @@ -106,11 +106,11 @@ const PlanningView: React.FunctionComponent = (props) => { Click and colour buildings here if you think they may be subject to a future planning application involving demolition. To add your opinion on how well this building works, please also visit the Community section. { props.mapColourScale != "community_expected_planning_application_total" ? - : - } @@ -210,11 +210,11 @@ const PlanningView: React.FunctionComponent = (props) => { { props.mapColourScale != "planning_combined" ? - : - } diff --git a/app/src/frontend/map/map-button.css b/app/src/frontend/map/map-button.css index 86fd8b96..636295b7 100644 --- a/app/src/frontend/map/map-button.css +++ b/app/src/frontend/map/map-button.css @@ -33,9 +33,6 @@ background-image: none; border-color: #343a40; } -.map-switcher-inline.night.no-applicable-state { - color: #191b1d; -} .map-switcher-inline.disabled-state, .map-button.disabled-state, .map-button.disabled-state .btn{ @@ -63,7 +60,6 @@ background-color: #448844; } -.map-switcher-inline.night.no-applicable-state, .map-button.enabled .btn:hover, .map-button.night.enabled .btn:hover { background-color: transparent;