fix: update button styles to improve visual indication of disabled state in Paket Foto
This commit is contained in:
parent
d4bb643143
commit
a5f4071072
|
|
@ -111,7 +111,7 @@
|
|||
<span class="d-inline-block" data-bs-toggle="tooltip"
|
||||
title="Hanya dapat diakses oleh Admin Foto dan Pemilik">
|
||||
<button class="btn icon btn-warning btn-action disabled"
|
||||
style="cursor: not-allowed !important; pointer-events: auto !important;"
|
||||
style="opacity: 0.5;cursor: not-allowed !important; pointer-events: auto !important;"
|
||||
type="button" disabled>
|
||||
<i class="bi bi-pencil"></i>
|
||||
</button>
|
||||
|
|
@ -119,7 +119,7 @@
|
|||
<span class="d-inline-block" data-bs-toggle="tooltip"
|
||||
title="Hanya dapat diakses oleh Admin Foto dan Pemilik">
|
||||
<button class="btn icon btn-danger btn-action disabled"
|
||||
style="cursor: not-allowed !important; pointer-events: auto !important;"
|
||||
style="opacity: 0.5;cursor: not-allowed !important; pointer-events: auto !important;"
|
||||
type="button" disabled>
|
||||
<i class="bi bi-trash"></i>
|
||||
</button>
|
||||
|
|
@ -175,7 +175,7 @@
|
|||
<span class="d-inline-block" data-bs-toggle="tooltip"
|
||||
title="Hanya dapat diakses oleh Admin Foto dan Pemilik">
|
||||
<button class="btn icon btn-warning btn-action disabled"
|
||||
style="cursor: not-allowed !important; pointer-events: auto !important;"
|
||||
style="opacity: 0.5;cursor: not-allowed !important; pointer-events: auto !important;"
|
||||
type="button" disabled>
|
||||
<i class="bi bi-pencil"></i>
|
||||
</button>
|
||||
|
|
@ -183,7 +183,7 @@
|
|||
<span class="d-inline-block" data-bs-toggle="tooltip"
|
||||
title="Hanya dapat diakses oleh Admin Foto dan Pemilik">
|
||||
<button class="btn icon btn-danger btn-action disabled"
|
||||
style="cursor: not-allowed !important; pointer-events: auto !important;"
|
||||
style="opacity: 0.5;cursor: not-allowed !important; pointer-events: auto !important;"
|
||||
type="button" disabled>
|
||||
<i class="bi bi-trash"></i>
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue