File tree Expand file tree Collapse file tree 2 files changed +17
-12
lines changed
Expand file tree Collapse file tree 2 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 4747
4848.footer-list__link_social {
4949 padding : 5px ;
50+ text-decoration : none;
51+ }
52+
53+ .footer-list__link_social ::after {
54+ margin : 0 ;
5055}
5156
5257.footer-list__link_social : hover {
Original file line number Diff line number Diff line change 2323 --stroke-opacity : 0.1 ;
2424}
2525
26- .online .link ::after {
27- display : none;
28- }
29-
3026.offline .link ::after {
3127 content : ' ' ;
3228 display : inline-block;
4036 filter : invert (calc (var (--is-dark-theme-on ) * 1 ));
4137}
4238
43- .online .link--cached ::after {
44- display : none;
45- }
46-
4739.offline .link--cached ::after {
4840 background-image : url ('/images/assets/cached-link.svg' );
4941 background-repeat : no-repeat;
5042}
5143
52- .online .link--non-cached ::after {
53- display : none;
54- }
55-
5644.offline .link--non-cached {
5745 color : hsla (var (--color-base-text ) / var (--cached-opacity ));
5846}
6149 background-image : url ('/images/assets/non-cached-link.svg' );
6250 opacity : var (--cached-opacity );
6351}
52+
53+ .online .link : not (.nav-list__link , .article-indexes-list__link )::after {
54+ display : none;
55+ }
56+
57+ .online .link--cached : not (.nav-list__link , .article-indexes-list__link )::after {
58+ display : none;
59+ }
60+
61+ .online .link--non-cached : not (.nav-list__link , .article-indexes-list__link )::after {
62+ display : none;
63+ }
You can’t perform that action at this time.
0 commit comments