LANCommander/LANCommander.Client/Styles/app.scss
Pat Hartl 20d2fa008f Disable text selection on everything
This can change in the future. Allowing selection should happen on a case-by-case basis.
2024-07-12 22:40:48 -05:00

20 lines
No EOL
384 B
SCSS

* {
user-select: none;
}
@import '_appbar';
@import '_window';
@import '_scrollbar';
@import '_layout';
@import '_footer';
@import '_blazor-error';
@import '_button';
@import '_modal';
@import '_split-pane';
@import '_collapse';
@import '_list';
@import '_authentication';
@import '_library';
@import '_download-queue';
@import '_game-actions-dialog';
@import '_pdf-reader.scss';