summaryrefslogtreecommitdiffstats
path: root/packages/excalidraw/components/ButtonIcon.scss
blob: e435b69e45f7cafaaeddb471a16cdba01791e2e1 (plain) (blame)
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;
    }
  }
}