remove double scale-up
This commit is contained in:
parent
5c4af90456
commit
8f045d7111
@ -8,8 +8,9 @@
|
|||||||
svg{
|
svg{
|
||||||
transition: 100ms;
|
transition: 100ms;
|
||||||
}
|
}
|
||||||
svg:hover{
|
svg:hover,
|
||||||
scale: 1.1;
|
svg:focus
|
||||||
|
{
|
||||||
--icon_fill: var(--red);
|
--icon_fill: var(--red);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user