Skip to content

Commit

Permalink
fix(fab): cursor should be pointer
Browse files Browse the repository at this point in the history
fixes #5017

PiperOrigin-RevId: 574303841
  • Loading branch information
Elliott Marquez authored and copybara-github committed Oct 18, 2023
1 parent 7779987 commit 1458ac3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fab/internal/_fab.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@
--md-fab-small-container-shape-end-start,
var(--_small-container-shape)
);

cursor: pointer;
}

:host([size='small'][touch-target='wrapper']) {
Expand All @@ -116,6 +118,8 @@
)
);

cursor: inherit;

&.primary {
@include color(
(
Expand Down

0 comments on commit 1458ac3

Please sign in to comment.