Skip to content

Commit

Permalink
Change icon for the layer tools in the layer manager panel on the map…
Browse files Browse the repository at this point in the history
… page.

The tools in the layer manager in the map are opened on hover. But the icon was misleading, it invited you to click on it. When you hovered the layer the icon disappeared leading to the thought that you couldn't click the icon and therefore couldn't open a menu and missing some extra options (that weren't there).

The tools are still opened on hover, making it clickable asks for some rebuilding, but the icon has changed and the color is dimmed.
  • Loading branch information
MichelGabriel committed Sep 17, 2024
1 parent 74cdf4a commit 59ce45b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
</div>

<div class="flex-col flex-self-center">
<span class="pull-right fa fa-ellipsis-v text-medium text-muted"></span>
<span class="pull-right fa fa-chevron-left text-muted"></span>
</div>
</div>

Expand Down
11 changes: 7 additions & 4 deletions web-ui/src/main/resources/catalog/style/gn_viewer.less
Original file line number Diff line number Diff line change
Expand Up @@ -275,16 +275,19 @@
label {
padding: 4px 20px 4px 4px;
display: block;
margin-bottom: 0px;
margin-bottom: 0;
}
.gn-layer-radio {
padding-left: 0px;
padding-right: 0px;
padding-left: 0;
padding-right: 0;
}
.tab-content {
background-color: white;
padding: 5px;
margin: 0px;
margin: 0;
}
.text-muted {
color: @btn-default-border;
}
}
.gn-layer-outofrange > label {
Expand Down

0 comments on commit 59ce45b

Please sign in to comment.