It seems that Safari needs this line also: -webkit-user-select: text;. So it's working now with this code: ol.linenums li code { user-select: all; ...
確定! 回上一頁