actually hide invisible "?" favicons
This commit is contained in:
parent
d9ad0fec3c
commit
6d721fe7a5
|
@ -680,11 +680,12 @@ button .svg-icon,
|
||||||
|
|
||||||
.newUI .target b::after {
|
.newUI .target b::after {
|
||||||
content: '?';
|
content: '?';
|
||||||
margin-left: -20px;
|
margin: -2px 4px 0 -20px;
|
||||||
position: absolute;
|
display: inline-block;
|
||||||
|
vertical-align: baseline;
|
||||||
background: var(--c85);
|
background: var(--c85);
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
line-height: 16px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
color: var(--bg);
|
color: var(--bg);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user