diff --git a/labs/gb/components/iconbutton/icon-button.scss b/labs/gb/components/iconbutton/icon-button.scss index f0a4047fd3..8723e8b6da 100644 --- a/labs/gb/components/iconbutton/icon-button.scss +++ b/labs/gb/components/iconbutton/icon-button.scss @@ -152,5 +152,9 @@ &:is(.icon-btn-narrow, .icon-btn-wide) { padding-inline: var(--leading-space) var(--trailing-space); } + + &:not(:disabled, .disabled) { + cursor: pointer; + } } }