CSS fix makes "Delete item" button active
Currently, used in designate-dashboard at DNS Zones - Create Record Set modal window Closes-Bug: #1929805 Change-Id: Ibcc97927df4256298a5c8d5e9834efa9ee498291
This commit is contained in:
parent
185cb40545
commit
3b222c85c1
@ -10,7 +10,7 @@
|
||||
<button ng-hide="form.readonly || form.remove === null"
|
||||
ng-click="deleteFromArray($index)"
|
||||
ng-disabled="form.schema.minItems >= modelArray.length"
|
||||
type="button" class="close pull-right">
|
||||
type="button" class="close pull-right" style="position: relative; z-index: 20;">
|
||||
<span aria-hidden="true">×</span>
|
||||
<span class="sr-only">
|
||||
<translate>Close</translate>
|
||||
|
Loading…
x
Reference in New Issue
Block a user