fix: update button styles to enhance accessibility for non-admin users in Produk Buket
This commit is contained in:
parent
efc8b454e0
commit
e4b80b003b
|
|
@ -70,14 +70,16 @@
|
|||
<span class="d-inline-block" data-bs-toggle="tooltip"
|
||||
title="Hanya dapat diakses oleh Admin Buket dan Pemilik">
|
||||
<button class="btn icon btn-warning btn-action disabled"
|
||||
style="pointer-events: none;" type="button" disabled>
|
||||
style="cursor: not-allowed !important; pointer-events: auto !important;"
|
||||
type="button" disabled>
|
||||
<i class="bi bi-pencil"></i>
|
||||
</button>
|
||||
</span>
|
||||
<span class="d-inline-block" data-bs-toggle="tooltip"
|
||||
title="Hanya dapat diakses oleh Admin Buket dan Pemilik">
|
||||
<button class="btn icon btn-danger btn-action disabled"
|
||||
style="pointer-events: none;" type="button" disabled>
|
||||
style="cursor: not-allowed !important; pointer-events: auto !important;"
|
||||
type="button" disabled>
|
||||
<i class="bi bi-trash"></i>
|
||||
</button>
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Reference in New Issue