mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
9 lines
197 B
SCSS
9 lines
197 B
SCSS
.not-selectable {
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
ms-user-select: none;
|
|
user-select: none;
|
|
cursor: default;
|
|
} |