Skip to content

Commit

Permalink
Fix stylelint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sophschneider committed Sep 22, 2023
1 parent 5163c76 commit 58ae676
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
box-shadow: var(--p-shadow-inset-md) !important;
}

// stylelint-disable-next-line selector-max-specificity -- apply focus styles
&:focus-visible {
/* stylelint-disable-next-line polaris/border/polaris/at-rule-disallowed-list -- focus styles */
@include no-focus-ring;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ $action-menu-rollup-computed-width: 40px;
box-shadow: none !important;
}

/* stylelint-disable-next-line selector-max-combinators -- SE23 match button group */
&:is(:hover, :focus-visible) {
background-color: var(--p-color-bg-strong-hover);
}
Expand Down

0 comments on commit 58ae676

Please sign in to comment.