mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-25 09:18:51 +01:00
Fix wrong attr() being used lolol
This commit is contained in:
parent
bd798865d8
commit
e1434e15d9
1 changed files with 7 additions and 1 deletions
|
@ -10,10 +10,16 @@
|
||||||
animation: none !important;
|
animation: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.filtered[data-filtered-text]:before {
|
||||||
|
content: attr(data-filtered-text);
|
||||||
|
}
|
||||||
|
&.has-spoiler[data-spoiler-text]:before {
|
||||||
|
content: attr(data-spoiler-text);
|
||||||
|
}
|
||||||
|
|
||||||
&.filtered[data-filtered-text]:before,
|
&.filtered[data-filtered-text]:before,
|
||||||
&.has-spoiler[data-spoiler-text]:before {
|
&.has-spoiler[data-spoiler-text]:before {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
content: attr(data-spoiler-text);
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
Loading…
Reference in a new issue