From 1458ac32adc4274a250382bcf1e98f40644ce139 Mon Sep 17 00:00:00 2001 From: Elliott Marquez Date: Tue, 17 Oct 2023 16:54:28 -0700 Subject: [PATCH] fix(fab): cursor should be pointer fixes #5017 PiperOrigin-RevId: 574303841 --- fab/internal/_fab.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fab/internal/_fab.scss b/fab/internal/_fab.scss index 91adf106c36..4e27d2401b0 100644 --- a/fab/internal/_fab.scss +++ b/fab/internal/_fab.scss @@ -100,6 +100,8 @@ --md-fab-small-container-shape-end-start, var(--_small-container-shape) ); + + cursor: pointer; } :host([size='small'][touch-target='wrapper']) { @@ -116,6 +118,8 @@ ) ); + cursor: inherit; + &.primary { @include color( (