Corrects issue 79 by allowing site_icon auto rendering with theme selection
https://gitlab.com/soapbox-pub/soapbox-fe/-/issues/79
This commit is contained in:
parent
65e29571d0
commit
d474c18889
1 changed files with 0 additions and 20 deletions
|
@ -158,22 +158,6 @@
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
.fa-site-icon {
|
|
||||||
position: relative;
|
|
||||||
&:before {
|
|
||||||
content: "";
|
|
||||||
display: block;
|
|
||||||
width: 16px;
|
|
||||||
height: 16px;
|
|
||||||
background-position: center;
|
|
||||||
background-size: contain;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
position: absolute;
|
|
||||||
top: -14px;
|
|
||||||
filter: grayscale(100%) invert(100%);
|
|
||||||
opacity: 0.5;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.fa-site-icon:before {
|
.fa-site-icon:before {
|
||||||
font-family: 'FontAwesome';
|
font-family: 'FontAwesome';
|
||||||
content: '\f0c0';
|
content: '\f0c0';
|
||||||
|
@ -182,7 +166,3 @@
|
||||||
font-family: 'spinster' !important;
|
font-family: 'spinster' !important;
|
||||||
content: "\e901";
|
content: "\e901";
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn.grouped.active .fa-site-icon:before {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue