Skip to content

Commit

Permalink
feat(colorgradient): add color contrast svg styles
Browse files Browse the repository at this point in the history
  • Loading branch information
JoomFX authored and joneff committed Nov 26, 2021
1 parent 3aa35fc commit 9a9a336
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/default/scss/colorgradient/_layout.scss
Expand Up @@ -170,6 +170,13 @@
}
}
}
.k-color-contrast-svg {
position: absolute;
top: 0;
left: 0;
overflow: visible;
pointer-events: none;
}

}

Expand Down

0 comments on commit 9a9a336

Please sign in to comment.