1
0
mirror of https://github.com/d3/d3.git synced 2025-12-08 19:46:24 +00:00

thinner border

This commit is contained in:
Mike Bostock 2023-06-08 15:27:22 -07:00
parent 117e0b9e0d
commit dc7beae4ae
No known key found for this signature in database
GPG Key ID: C6817CA4CDEC8FDB

View File

@ -69,12 +69,12 @@ onUnmounted(() => {
.examples a {
will-change: transform;
transition: transform 250ms ease;
border: solid transparent;
border: solid 1px transparent;
margin: -2px;
}
.examples a:hover {
border: solid black;
border: solid 1px black;
box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
position: relative;
transform: scale(1.1);