Skip to content

Commit

Permalink
fix outline
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenni009 committed Aug 4, 2024
1 parent f7ceebe commit aa6a664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HelpPopup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ html[data-theme='dark'] .help-icon {
box-shadow: none;
&:focus-visible {
outline: 2px solid red;
outline: var(--pico-outline-width) solid var(--pico-primary-focus);
}
.help-icon {
Expand Down

0 comments on commit aa6a664

Please sign in to comment.