fix: focus styles

This commit is contained in:
Cory Dransfeldt 2024-08-03 14:29:17 -07:00
parent 0462a19913
commit 7a81812ea4
No known key found for this signature in database
3 changed files with 13 additions and 13 deletions

4
package-lock.json generated
View file

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

View file

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

View file

@ -21,16 +21,16 @@
right: var(--sizing-lg);
cursor: pointer;
&:focus,
&:focus-within {
outline: var(--outline)
}
& svg {
stroke: var(--accent-color);
transform: rotate(0deg);
transition: transform var(--transition-duration-default) var(--transition-ease-in-out);
&:focus,
&:focus-within {
outline: var(--outline)
}
&:hover,
&:focus,
&:active {
@ -59,17 +59,17 @@
display: inline-flex;
vertical-align: middle;
&:focus,
&:focus-within {
outline: var(--outline)
}
& svg {
cursor: pointer;
stroke: var(--accent-color);
transform: rotate(0deg);
transition: transform var(--transition-duration-default) var(--transition-ease-in-out);
&:focus,
&:focus-within {
outline: var(--outline)
}
&:hover,
&:focus,
&:active {