+
{{ title }}
@@ -136,55 +127,8 @@ const getElementFilter = (element: Element) =>
locked: !availableList[spell.iconId],
}"
@click="handleClick(spell)"
- @mouseenter="onMouseEnter(spell)"
>
-
-
+
@@ -302,37 +246,6 @@ const getElementFilter = (element: Element) =>
font-size: 42px;
margin-top: 6px;
}
-
- .spell-icon {
- background: url("../../assets/spells.png");
- background-position: left calc(var(--column, 0) * var(--size)) top
- calc(var(--row, 0) * var(--size));
- width: var(--size);
- height: var(--size);
- }
-
- .border {
- position: absolute;
-
- rect {
- fill: none;
- stroke: #000;
- stroke-width: 3px;
- stroke-dasharray: var(--stroke-length), var(--stroke-length);
- stroke-dashoffset: calc(
- var(--dash-offset, 0) * var(--stroke-length)
- );
- }
-
- &.animated {
- rect {
- --stroke-length: calc(43.425px * 2);
- stroke-dasharray: calc(var(--stroke-length) / 2),
- calc(var(--stroke-length) * 3 / 2);
- animation: rotateBorder 2s linear infinite;
- }
- }
- }
}
}
}