合并企业版代码(未测试,先提交到测试分支)
This commit is contained in:
6
web_enterprise/static/src/legacy/scss/touch_device.scss
Normal file
6
web_enterprise/static/src/legacy/scss/touch_device.scss
Normal file
@@ -0,0 +1,6 @@
|
||||
// Disable the selection of element
|
||||
// This allow to avoid the show "mobile menu" on long press to text on Mobile
|
||||
// and so avoid JS preventDefault
|
||||
.o_user_select_none {
|
||||
user-select: none;
|
||||
}
|
||||
Reference in New Issue
Block a user