mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
fix webkit mask url
This commit is contained in:
parent
a361a1005e
commit
0a86234cfd
@ -98,6 +98,7 @@ a.active{
|
|||||||
#global-graph-svg{
|
#global-graph-svg{
|
||||||
background: black;
|
background: black;
|
||||||
mask: url(graph.svg);
|
mask: url(graph.svg);
|
||||||
|
-webkit-mask-image: url(graph.svg);
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
}
|
}
|
||||||
#global-graph-svg:hover{
|
#global-graph-svg:hover{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user