Skip to content

Commit

Permalink
fix(styles): lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davidritter-dotcom committed Mar 28, 2024
1 parent d1334c7 commit ab49917
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/styles/src/components/datepicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ span.ngb-dp-navigation-chevron {
width: 40px !important;
height: 40px !important;
line-height: 40px;

&.active:not(.bg-primary) {
@include utilities.focus-style();
outline-style: solid;
Expand Down Expand Up @@ -166,9 +167,10 @@ span.ngb-dp-navigation-chevron {
height: datepicker.$ngb-dp-icon-size;
transform: none;
}

&:focus-visible {
outline: none;
& .pi {
.pi {
@include utilities.focus-style();
outline-style: solid;
border-radius: commons.$border-radius !important;
Expand Down

0 comments on commit ab49917

Please sign in to comment.