UNPKG
@vega/review-tool
Version:
focused-comments (0.1.0-focused-comments.72385f62)
latest (0.3.0)
0.3.0
0.2.8
0.2.7
0.2.6
0.2.5
0.2.1
0.2.0
0.1.0-focused-comments.72385f62
vegapublish.com
VegaPublish/vega
@vega/review-tool
/
src
/
components
/
styles
/
Pointer.css
12 lines
(10 loc)
•
224 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
.link
{
display
: inline-block;
text-decoration
: none;
transform
:
translateY
(-
0.1em
)
scale
(
1.2
);
transition
: transform
0.2s
ease-in-out;
margin
:
0
0.3em
; }
.link
:hover
{
transform
:
translateY
(-
0.1em
)
scale
(
2
); }