Skip to content

Commit 5daf4c2

Browse files
mixins.less: Remove user-select() mixin
This has been moved to ipl-web
1 parent f48d881 commit 5daf4c2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

public/css/icinga/mixins.less

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,6 @@
6060
transform: @transform;
6161
}
6262

63-
.user-select(@user-select) {
64-
-webkit-user-select: @user-select;
65-
-moz-user-select: @user-select;
66-
-ms-user-select: @user-select;
67-
user-select: @user-select;
68-
}
69-
7063
.transition (@transition) {
7164
-webkit-transition: @transition;
7265
-moz-transition: @transition;

0 commit comments

Comments
 (0)