fix: minor bug w/shadow overlay when link wrapping grid image is focused

This commit is contained in:
Cory Dransfeldt 2024-08-10 21:41:31 -07:00
parent f84c7e10d6
commit cd7aa6a011
No known key found for this signature in database
3 changed files with 10 additions and 3 deletions

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "22.1.0", "version": "22.1.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

@ -67,6 +67,13 @@
border: 0 border: 0
} }
& a:focus .shadow::after,
& a:focus-within .shadow::after {
left: 0;
width: 100%;
height: 100%
}
& .meta-text { & .meta-text {
position: absolute; position: absolute;
z-index: 2; z-index: 2;