Skip to content

Commit

Permalink
fix stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
jamieomaguire committed Jan 3, 2025
1 parent b6f75e5 commit 5351553
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions packages/components/pie-radio/src/radio.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,6 @@
}
}

// :host(:focus) {
// outline: none;
// .c-radio {
// .c-radio-input {
// @include p.focus;
// }
// }
// }

:host(:focus) {
outline: none;
.c-radio .c-radio-input {
@include p.focus;
}
}

.c-radio {
--radio-dot-bg-color: var(--dt-color-content-interactive-primary);
--radio-bg-color: transparent;
Expand Down Expand Up @@ -174,3 +158,11 @@
}
}
}

:host(:focus) {
outline: none;

.c-radio .c-radio-input {
@include p.focus;
}
}

0 comments on commit 5351553

Please sign in to comment.