Skip to content

Commit 0decea5

Browse files
committed
fix: resolve CSS linter warning by adding standard mask property
1 parent ed99dba commit 0decea5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/src/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ input, textarea {
255255
padding: 1px;
256256
background: var(--gradient-card-border);
257257
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
258+
mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
258259
-webkit-mask-composite: xor;
259260
mask-composite: exclude;
260261
opacity: 0;

0 commit comments

Comments
 (0)