mirror of
https://github.com/excalidraw/excalidraw
synced 2025-07-25 13:58:22 +08:00
13 lines
250 B
SCSS
13 lines
250 B
SCSS
@import "../css/theme";
|
|
|
|
.excalidraw {
|
|
button.standalone {
|
|
@include outlineButtonIconStyles;
|
|
|
|
& > * {
|
|
// dissalow pointer events on children, so we always have event.target on the button itself
|
|
pointer-events: none;
|
|
}
|
|
}
|
|
}
|