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