mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
mixins.less: Remove user-select()
mixin
This has been moved to ipl-web
This commit is contained in:
parent
f48d881501
commit
5daf4c2991
@ -60,13 +60,6 @@
|
||||
transform: @transform;
|
||||
}
|
||||
|
||||
.user-select(@user-select) {
|
||||
-webkit-user-select: @user-select;
|
||||
-moz-user-select: @user-select;
|
||||
-ms-user-select: @user-select;
|
||||
user-select: @user-select;
|
||||
}
|
||||
|
||||
.transition (@transition) {
|
||||
-webkit-transition: @transition;
|
||||
-moz-transition: @transition;
|
||||
|
Loading…
x
Reference in New Issue
Block a user