Skip to content

Commit

Permalink
fix(slider): focus ring too small
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 557927388
  • Loading branch information
asyncLiz authored and copybara-github committed Aug 17, 2023
1 parent ecf83a0 commit 8942568
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions slider/internal/_slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// go/keep-sorted end
// go/keep-sorted start
@use '../../elevation/elevation';
@use '../../focus/focus-ring';
@use '../../ripple/ripple';
@use '../../tokens';
// go/keep-sorted end
Expand Down Expand Up @@ -108,12 +107,9 @@ $_md-sys-shape: tokens.md-sys-shape-values();
}

md-focus-ring {
@include focus-ring.theme(
(
'outward-offset': -2px,
shape: 9999px,
)
);
height: 48px;
inset: unset;
width: 48px;
}

md-elevation {
Expand Down

0 comments on commit 8942568

Please sign in to comment.