Skip to content

Commit

Permalink
fix: remove border from settings headers on focus
Browse files Browse the repository at this point in the history
CU-86954e7mn
  • Loading branch information
Dartui committed Sep 26, 2024
1 parent 2227669 commit b6cdc51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/css/src/partials/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
a {
cursor: pointer;
text-decoration: none;

&:focus {
box-shadow: none;
}
}

&::after {
Expand Down

0 comments on commit b6cdc51

Please sign in to comment.