1 2 3 4 5 6 7 8 9 10 11 12
@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; } } }