Skip to content

Commit

Permalink
Merge pull request #8526 from camptocamp/backport/8524-to-master
Browse files Browse the repository at this point in the history
[Backport master] Hide cog icons in mobile layertree on inactive layers
  • Loading branch information
llienher authored May 16, 2022
2 parents 3000633 + 3458a48 commit acacbb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/layertree/mobile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ nav.gmf-mobile-nav-left .gmf-layertree-node a[data-toggle] {
}

.gmf-layertree-node {
.off > .gmf-layertree-right-buttons {
display: none;
}

.ngeo-sortable-handle {
display: none;
}
Expand Down

0 comments on commit acacbb6

Please sign in to comment.