pgadmin4/web/pgadmin/static/scss/_utils.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;
}