Mac disable outline (#50)

* Disable outline on macos

* bump
This commit is contained in:
Geometrically
2023-05-18 16:43:14 -07:00
committed by GitHub
parent b85ddd1a53
commit b6a58ee845
2 changed files with 2 additions and 1 deletions

View File

@@ -65,6 +65,7 @@ textarea {
&:focus-visible { &:focus-visible {
box-shadow: inset 0 0 0 transparent, 0 0 0 0.25rem var(--color-brand-shadow); box-shadow: inset 0 0 0 transparent, 0 0 0 0.25rem var(--color-brand-shadow);
color: var(--color-contrast); color: var(--color-contrast);
outline: none;
} }
&:disabled, &:disabled,

View File

@@ -1,7 +1,7 @@
{ {
"name": "omorphia", "name": "omorphia",
"type": "module", "type": "module",
"version": "0.4.14", "version": "0.4.15",
"files": [ "files": [
"dist" "dist"
], ],