允许通知后这个小黑点真是要逼死强迫症了

2018-11-25 14:12:29 +08:00
 Trim21


1979 次点击
所在节点    Firefox
4 条回复
alixali
2018-11-25 20:02:41 +08:00
你不说出来,还真没有注意到这个东西阿。。
yingfengi
2018-11-25 21:28:37 +08:00
靠,你为什么要说出来,现在我也知道这东西
dalieba
2018-11-30 10:33:25 +08:00
Outlook 来信以后图标会多出来小红点
znood
2018-12-17 19:44:37 +08:00
userChrome.css 自动隐藏那个图标
/* Hide info icon for sites that don't have permissions */
#urlbar :not(.grantedPermissions) #identity-icon {
transition: 300ms !important; /* Animate icon hiding */
opacity: 0 !important; /* Make icons transparent */
-moz-margin-end: -1.1em !important; /* Hide icons by offsetting them */
}

/* Show info icon on navbar hover, except for new tab page search icon */
#urlbar[pageproxystate="valid"]:hover #identity-icon {
transition: 300ms !important; /* Animate icon showing */
opacity: 1 !important; /* Make icons opaque */
-moz-margin-end: initial !important; /* Use initial margins to show icons */
}

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/511310

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX