remove double scale-up

This commit is contained in:
Alexander Bocken 2023-07-18 18:17:47 +02:00
parent 5c4af90456
commit 8f045d7111
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

View File

@ -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>