Skip to content

Commit

Permalink
fix(segmented-button): make tap highlight transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
vdegenne committed Nov 22, 2023
1 parent f7a66a8 commit e4728bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions labs/segmentedbutton/internal/_shared.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
:host {
display: inline-flex;
outline: none;
-webkit-tap-highlight-color: transparent;
}

.md3-segmented-button {
Expand Down

0 comments on commit e4728bd

Please sign in to comment.