Skip to content

Commit

Permalink
remove box-shadow from focus state
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbasuil committed Jan 11, 2024
1 parent b226a81 commit 2bd3b14
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/Tooltip/Tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,5 @@
color: $synth-error-red-medium;
}
}

&__icon:focus {
outline: none;

svg {
box-shadow: 0 0 4px 3px;
border-radius: 16px;
}
}
}

0 comments on commit 2bd3b14

Please sign in to comment.