Skip to content

Commit

Permalink
Merge pull request #2396 from NCEAS/bugfix-2344-and-2277-styling-fixups
Browse files Browse the repository at this point in the history
Styling Polish: Fixups
  • Loading branch information
robyngit authored May 2, 2024
2 parents 181f063 + 89c30a4 commit 0599edc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/css/map-view.css
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,11 @@ represents 1 unit of the given distance measurement. */
.layers-panel__search {
margin: 0 1.5rem;
}

.layers-panel__layers {
border: solid var(--map-col-section-divider, var(--map-col-bkg-lightest__deprecate));
border-width: 1px 0;
}
}

/*****************************************************************************************
Expand All @@ -709,8 +714,6 @@ represents 1 unit of the given distance measurement. */
grid-template-rows: auto;
width: 100%;
height: min-content;
border: solid var(--map-col-section-divider, var(--map-col-bkg-lightest__deprecate));
border-width: 1px 0;
}

/* A layer-item is one item in the layer-list */
Expand Down Expand Up @@ -861,9 +864,6 @@ represents 1 unit of the given distance measurement. */
*/

.layer-category-list {
border: solid var(--map-col-section-divider, var(--map-col-bkg-lightest__deprecate));
border-width: 1px 0;

.layer-category-item {
box-shadow: 0 1px var(--map-col-item-divider, var(--map-col-bkg-lightest__deprecate)) inset;

Expand Down
2 changes: 1 addition & 1 deletion src/js/views/maps/FeatureInfoView.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ define(
body {
background-color: transparent;
color: var(--map-col-text-body, var(--map-col-text__deprecate));
font-family: "Helvetica Nueue", "Helvetica", "Arial", "Lato", "sans serif";
font-family: var(--portal-body-font, "Helvetica Nueue", "Helvetica", "Arial", "Lato", "sans serif");
margin: 0;
box-sizing: border-box;
}
Expand Down

0 comments on commit 0599edc

Please sign in to comment.