Properly disable export button if no route is drawn

This commit is contained in:
Gautier Pelloux-Prayer 2019-05-30 22:38:22 +02:00
parent 0e8d3eafb3
commit d532f1e5e5
2 changed files with 7 additions and 1 deletions

View file

@ -484,3 +484,9 @@ table.dataTable.display tbody tr.even:hover {
padding-right: 2px;
border: none;
}
.nav-link.disabled {
/* by default, even if disabled, modals are opened by disabled nav-link
so we ignore pointer events in this situation to avoid that*/
pointer-events: none;
}

View file

@ -87,7 +87,7 @@
</select>
</div>
</form>
<div class="nav-item dropdown">
<div class="nav-item">
<a
class="nav-link"
data-toggle="modal"