Skip to content

Commit

Permalink
Preserve Native Focus Ring
Browse files Browse the repository at this point in the history
  • Loading branch information
taufik-nurrohman committed Apr 28, 2024
1 parent a55df31 commit 730f388
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 17 deletions.
2 changes: 1 addition & 1 deletion about.page
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ images:
author: Taufik Nurrohman
link: https://www.styleshout.com/legacy-templates
type: Markdown
version: 2.0.2
version: 2.0.3
...

A classic template designed by [StyleShout][1]. The first time I found it on the [BTemplates][2] website around 2009
Expand Down
13 changes: 0 additions & 13 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
word-wrap: break-word;
}

:focus {
outline: none;
}

::placeholder {
opacity: 0.5;
}
Expand Down Expand Up @@ -399,15 +395,6 @@ input[type='submit'] {
width: auto;
}

[role='button']:focus,
button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus {
outline-offset: -2px;
outline: 1px dotted rgba(255, 255, 255, 0.5);
}

[role='combobox']:focus,
[role='listbox']:focus,
[role='searchbox']:focus,
Expand Down
Loading

0 comments on commit 730f388

Please sign in to comment.