fix: compatible with changes in new versions of Sass
This commit is contained in:
@@ -91,15 +91,6 @@
|
|||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
&:first-child {
|
|
||||||
&::before {
|
|
||||||
content: '🗀 ';
|
|
||||||
}
|
|
||||||
&::after {
|
|
||||||
content: '|';
|
|
||||||
margin-left: 15px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
@@ -107,6 +98,15 @@
|
|||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
&:first-child {
|
||||||
|
&::before {
|
||||||
|
content: '🗀 ';
|
||||||
|
}
|
||||||
|
& ::after {
|
||||||
|
content: '|';
|
||||||
|
margin-left: 15px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user