mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-07 11:45:07 -05: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;
|
|
} |