Skip to content

Commit

Permalink
Also define standard mask-image property
Browse files Browse the repository at this point in the history
  • Loading branch information
z------------- committed Oct 2, 2019
1 parent 25bcf62 commit 3949c2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style.css
Expand Up @@ -723,6 +723,7 @@ a {

#bookmarkslist {
-webkit-mask-image: linear-gradient(transparent, black 7px, black calc(100% - 7px), transparent);
mask-image: linear-gradient(transparent, black 7px, black calc(100% - 7px), transparent);
}

#bmsearchtip {
Expand Down

0 comments on commit 3949c2c

Please sign in to comment.