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",
"version": "24.18.0",
"version": "24.18.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "24.18.0",
"version": "24.18.1",
"license": "MIT",
"dependencies": {
"@cdransf/api-text": "^1.5.0",

View file

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

View file

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