Skip to content

Commit

Permalink
fix(fab): removes elevation (border) when disabled (VIV-1908) (#1854)
Browse files Browse the repository at this point in the history
fix: remove elevation from disabled fab

Co-authored-by: James Taylor <jstaylor@vonht2fg32k90.home>
  • Loading branch information
TaylorJ76 and James Taylor authored Jul 18, 2024
1 parent 1f7cdaa commit f5af75d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/components/src/lib/fab/fab.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
}

&:disabled {
@include elevation.elevation(0);
@include elevation.elevation(none);

cursor: not-allowed;
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f5af75d

Please sign in to comment.