mirror of
https://github.com/d3/d3.git
synced 2025-12-08 19:46:24 +00:00
thinner border
This commit is contained in:
parent
117e0b9e0d
commit
dc7beae4ae
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user