mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
12 lines
250 B
SCSS
12 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;
|
|
}
|
|
}
|
|
}
|