Skip to content

Commit

Permalink
hide background selector controls
Browse files Browse the repository at this point in the history
  • Loading branch information
allyoucanmap committed Nov 3, 2020
1 parent e6e40f9 commit 5e931f5
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,9 @@
}
}


// hide di edit, remove and add buttons
// because these functionalities are not supported on the geonode catalog
.background-preview-button > .btn-group,
.background-tool-buttons {
display: none;
}

0 comments on commit 5e931f5

Please sign in to comment.