mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-10-10 17:49:55 +02:00
disable call highlight on buttons
This commit is contained in:
@@ -44,6 +44,11 @@ body.excalidraw-cursor-resize * {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
||||
button,
|
||||
label {
|
||||
@include buttonNoHighlight;
|
||||
}
|
||||
|
||||
button {
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
|
@@ -129,6 +129,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
@mixin buttonNoHighlight {
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
-webkit-touch-callout: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
@mixin outlineButtonIconStyles {
|
||||
@include outlineButtonStyles;
|
||||
padding: 0;
|
||||
|
Reference in New Issue
Block a user