Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Mac disable outline (#50)
Browse files Browse the repository at this point in the history
* Disable outline on macos

* bump
  • Loading branch information
Geometrically authored May 18, 2023
1 parent b85ddd1 commit b6a58ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/assets/styles/defaults.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ textarea {
&:focus-visible {
box-shadow: inset 0 0 0 transparent, 0 0 0 0.25rem var(--color-brand-shadow);
color: var(--color-contrast);
outline: none;
}

&:disabled,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "omorphia",
"type": "module",
"version": "0.4.14",
"version": "0.4.15",
"files": [
"dist"
],
Expand Down

0 comments on commit b6a58ee

Please sign in to comment.