Skip to content

Commit

Permalink
Removed all focus-OUTLINE
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvisthedev committed Sep 21, 2023
1 parent 4e05041 commit 17b95cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ body {

*:focus {
outline: none;
box-shadow: 0 0 0 0.8rem rgba(230, 125, 34, 0.5);
/* box-shadow: 0 0 0 0.8rem rgba(230, 125, 34, 0.5); */
}

/* HELPER/SETTINGS CLASSES */
Expand Down
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@

.cta *:focus {
outline: none;
box-shadow: 0 0 0 0.8rem rgba(253, 242, 233, 0.5);
/* box-shadow: 0 0 0 0.8rem rgba(253, 242, 233, 0.5); */
}

/**************************/
Expand Down

0 comments on commit 17b95cc

Please sign in to comment.