fix(modal.css): scope animated transform to modal controls that have svgs
This commit is contained in:
parent
58c4ff29c0
commit
29aa3f0c30
3 changed files with 7 additions and 4 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "1.1.4",
|
"version": "1.1.5",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "1.1.4",
|
"version": "1.1.5",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"minisearch": "^7.1.2",
|
"minisearch": "^7.1.2",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "1.1.4",
|
"version": "1.1.5",
|
||||||
"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",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
|
@ -50,9 +50,12 @@ dialog {
|
||||||
|
|
||||||
&:is(:hover, :focus, :active) {
|
&:is(:hover, :focus, :active) {
|
||||||
color: var(--link-color-hover);
|
color: var(--link-color-hover);
|
||||||
|
|
||||||
|
&:has(svg) {
|
||||||
transform: var(--transform-icon-tilt);
|
transform: var(--transform-icon-tilt);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
dialog,
|
dialog,
|
||||||
.modal-body {
|
.modal-body {
|
||||||
|
|
Loading…
Reference in a new issue