fix: focus styles
This commit is contained in:
parent
0462a19913
commit
7a81812ea4
3 changed files with 13 additions and 13 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -21,16 +21,16 @@
|
|||
right: var(--sizing-lg);
|
||||
cursor: pointer;
|
||||
|
||||
& 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)
|
||||
}
|
||||
|
||||
& svg {
|
||||
stroke: var(--accent-color);
|
||||
transform: rotate(0deg);
|
||||
transition: transform var(--transition-duration-default) var(--transition-ease-in-out);
|
||||
|
||||
&: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 {
|
||||
|
|
Reference in a new issue