Skip to content

Commit

Permalink
Apply consistent styling to map sidebar in Places tab
Browse files Browse the repository at this point in the history
  • Loading branch information
jon48 committed Jul 30, 2023
1 parent 5126242 commit 7351344
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion module.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public function customModuleAuthorName(): string
*/
public function customModuleVersion(): string
{
return '2.1.16-v.1';
return '2.1.16-v.2';
}

/**
Expand Down
9 changes: 4 additions & 5 deletions src/sass/rural/_pages-charts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -177,14 +177,15 @@
// Map sidebar

.wt-pedigree-map-sidebar,
.wt-place-hierarchy-sidebar {
row-gap: 0.5rem;

.wt-place-hierarchy-sidebar,
.wt-places-tab-sidebar {
&.wt-page-options-value {
border-style: none;
}

.gchart {
@extend .my-1;

border: dashed 1px $maj-c-theme-dark;
color: $maj-c-theme-primary;
padding: 3px !important;
Expand All @@ -197,8 +198,6 @@

.wt-place-hierarchy-sidebar {
.gchart {
@extend .my-1;

> .row {
@extend .mx-0;

Expand Down

0 comments on commit 7351344

Please sign in to comment.