Skip to content

Commit

Permalink
Update mixins.less
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Jun 8, 2022
1 parent 8c4b466 commit 929e2d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions war/src/main/less/abstracts/mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,10 @@
box-shadow: 0 0 0 5px var(--longhorn-box-shadow--focus);
}
}

&:focus-visible {
&::after {
box-shadow: 0 0 0 5px var(--text-color);
}
}
}

0 comments on commit 929e2d5

Please sign in to comment.