Skip to content

Commit

Permalink
fix(Clickable): use correct CSS property values
Browse files Browse the repository at this point in the history
  • Loading branch information
inomdzhon committed Nov 7, 2024
1 parent 3661e98 commit d90fbc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vkui/src/components/Clickable/Clickable.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
.resetButtonStyle {
appearance: none;
user-select: none;
-webkit-tap-highlight-color: none;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-drag: none;
}

.resetLinkStyle {
appearance: none;
-webkit-tap-highlight-color: none;
-webkit-tap-highlight-color: transparent;
text-decoration: none;
}

Expand Down

0 comments on commit d90fbc6

Please sign in to comment.