wpView: fix selecting a view's text string in Safari, props gcorne, fixes #28088
Built from https://develop.svn.wordpress.org/trunk@28565 git-svn-id: http://core.svn.wordpress.org/trunk@28391 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
53ea68e838
commit
8bc84c0441
|
@ -206,6 +206,10 @@ audio {
|
|||
border: 0;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
-moz-user-select: text;
|
||||
-webkit-user-select: text;
|
||||
-ms-user-select: text;
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue