Files
pgadmin4/web/pgadmin/static/scss/_utils.scss
2017-07-06 13:08:29 +01:00

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;
}