Skip to content

Commit

Permalink
Add a tooltip for inactive layers
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew McFarland committed Jul 18, 2017
1 parent 981f3f1 commit 087e665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mmw/js/src/core/templates/layerPickerLayer.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="layerpicker-layer">
<button
class="{{layerClass}}"
{% if isDisabled %} disabled {% endif %}
{% if isDisabled %}title="This layer is unavailable at this location" disabled {% endif %}
>
{{ layerDisplay }}
</button>
Expand Down

0 comments on commit 087e665

Please sign in to comment.