Skip to content

Commit

Permalink
fix focus-visible styles inside webui-make-clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
basher committed Apr 29, 2024
1 parent e8a8130 commit 498c477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/stylesheets/web-components/_webui-make-clickable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ webui-make-clickable {
box-shadow: 0 0 0 $border-width-l $color-focus;
outline: $border-width-l solid transparent; // So high contrast mode works.

// Remove focus styles on links inside.
:focus-visible {
// Remove focus styles on "data-url" link inside.
[data-url]:focus-visible {
box-shadow: none;
outline: none;
}
Expand Down

0 comments on commit 498c477

Please sign in to comment.