Swap impressed shadow for border effect on button hover (#2392)

This commit is contained in:
Matthias Metelka 2023-02-27 06:43:44 +01:00 committed by GitHub
parent 404a6c5d4a
commit d849abace2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@
var(--button-gradient-end) 100%
);
/* Makes distinguishing hover state in light theme easier */
@include impressed-shadow(0.2);
border: 1px solid var(--shadow);
}
}
}