fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
df341bd
)
Remove non-ascii chars from SCSS to keep pipeline from tripping.
author
Radek Czajka
<rczajka@rczajka.pl>
Sat, 12 Oct 2019 23:18:14 +0000
(
01:18
+0200)
committer
Radek Czajka
<rczajka@rczajka.pl>
Sat, 12 Oct 2019 23:18:14 +0000
(
01:18
+0200)
src/wiki/static/wiki/scss/splitter.scss
patch
|
blob
|
history
diff --git
a/src/wiki/static/wiki/scss/splitter.scss
b/src/wiki/static/wiki/scss/splitter.scss
index
68e8b79
..
0dfd5cd
100644
(file)
--- a/
src/wiki/static/wiki/scss/splitter.scss
+++ b/
src/wiki/static/wiki/scss/splitter.scss
@@
-20,8
+20,8
@@
&.active {
p {
&.active {
p {
- &::before {content: "
▼
";}
- &::after {content: "
▼
";}
+ &::before {content: "
\25bc
";}
+ &::after {content: "
\25bc
";}
}
}
}
}
@@
-38,11
+38,11
@@
white-space: nowrap;
&::before {
white-space: nowrap;
&::before {
- content: "
▲
";
+ content: "
\25b2
";
margin-right: 1em;
}
&::after {
margin-right: 1em;
}
&::after {
- content: "
▲
";
+ content: "
\25b2
";
margin-left: 1em;
}
}
margin-left: 1em;
}
}