Skip to content

Commit

Permalink
Hide cog icons on mobile on inactive layers
Browse files Browse the repository at this point in the history
  • Loading branch information
llienher committed May 16, 2022
1 parent 6d8b5d3 commit 3458a48
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 3458a48

Please sign in to comment.