Skip to content

Commit

Permalink
Remove unused focus CSS line
Browse files Browse the repository at this point in the history
  • Loading branch information
robdekort committed Mar 5, 2024
1 parent d1954a1 commit b97f2bf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/build/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resources/css/site.css": {
"file": "assets/site-drs26et6.css",
"file": "assets/site-zsTZltNF.css",
"isEntry": true,
"src": "resources/css/site.css"
},
Expand Down
3 changes: 0 additions & 3 deletions tailwind.config.site.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ module.exports = {
outline: '2px solid transparent',
outlineOffset: '2px',
},
'*:focus:not(:focus-visible) > .focus-nested': {
outline: 'none !important'
},
'input:not([type="button"]):focus, textarea:focus, select:focus': {
boxShadow: 'none',
outlineWidth: 'var(--focus-form-outline-width, 3px)',
Expand Down

0 comments on commit b97f2bf

Please sign in to comment.