fix: focus

This commit is contained in:
Cory Dransfeldt 2024-09-18 15:03:55 -07:00
parent ae03a77a67
commit 9578c59401
No known key found for this signature in database
3 changed files with 3 additions and 10 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "24.18.0", "version": "24.18.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "24.18.0", "version": "24.18.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@cdransf/api-text": "^1.5.0", "@cdransf/api-text": "^1.5.0",

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "24.18.0", "version": "24.18.1",
"description": "The source for my personal site. Built using 11ty (and other tools).", "description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module", "type": "module",
"scripts": { "scripts": {

View file

@ -26,13 +26,6 @@ form:has(+ *) {
margin-bottom: var(--spacing-base); margin-bottom: var(--spacing-base);
} }
input:focus,
input:focus-within,
textarea:focus,
textarea:focus-within {
padding: calc(var(--spacing-sm) + 1px);
}
select { select {
color: var(--text-color); color: var(--text-color);
border: var(--border-gray); border: var(--border-gray);