Skip to content

Commit

Permalink
fix(focus-ring): ignore pointer events
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 410256291
  • Loading branch information
allan-chen authored and copybara-github committed Nov 16, 2021
1 parent 554c718 commit 3ef470e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mdc-focus-ring/_focus-ring.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ $container-outer-padding: 2px !default;
$outer-ring-size: calc(100% + #{$outer-ring-width * 2});
}
@include feature-targeting.targets($feat-structure) {
pointer-events: none;
border: $inner-ring-width solid $inner-ring-color;
border-radius: $inner-ring-radius;
position: absolute;
Expand Down

0 comments on commit 3ef470e

Please sign in to comment.