Disable Lync Click to Call detecting numbers in a web page

后端 未结 5 632
时光说笑
时光说笑 2020-12-24 15:10

Is there a way to stop Microsoft Lync from detecting phone numbers in a web page, and adding its click to call icon to that phone number in Internet Explorer?

Obviou

5条回答
  •  北海茫月
    2020-12-24 15:39

    I have suggested an edit to option #2, but until it is approved, I'll go ahead and drop this here. The reason for user2200197's problem is that the !important tag needs to be specified because the anchor tag specifies a display value that overrides it otherwise.

    span.baec5a81-e4d6-4674-97f3-e9220f0136c1 > a {
       display: none !important;
    }
    

提交回复
热议问题