Skip to content

Commit

Permalink
Fix the keyboard focus outline unintentionally animating on ipl-expan…
Browse files Browse the repository at this point in the history
…ding-space
  • Loading branch information
inkfarer committed Jan 13, 2024
1 parent ba736c5 commit fcc0aca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/iplExpandingSpace.vue
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ export default defineComponent({
border-radius: constants.$border-radius-outer;
z-index: 0;
transition-duration: constants.$transition-duration-low;
transition-property: background-color;
&:focus-visible {
outline: var(--ipl-focus-outline-color) solid var(--ipl-focus-outline-width);
Expand Down

0 comments on commit fcc0aca

Please sign in to comment.