mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-26 21:26:22 +00:00
feat: poder cambiar el nivel de summary
(cherry picked from commit 6110172324
)
This commit is contained in:
parent
fbe2d9b1a9
commit
dbf658a4a1
2 changed files with 0 additions and 13 deletions
|
@ -573,7 +573,6 @@ $bezier: cubic-bezier(0.75, 0, 0.25, 1);
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
<<<<<<< HEAD
|
|
||||||
summary::after {
|
summary::after {
|
||||||
content: '▶';
|
content: '▶';
|
||||||
font-size: 1.8rem;
|
font-size: 1.8rem;
|
||||||
|
@ -583,9 +582,6 @@ $bezier: cubic-bezier(0.75, 0, 0.25, 1);
|
||||||
transform: rotate(180deg);
|
transform: rotate(180deg);
|
||||||
|
|
||||||
}
|
}
|
||||||
=======
|
|
||||||
|
|
||||||
>>>>>>> 61101723 (feat: poder cambiar el nivel de summary)
|
|
||||||
&[open] {
|
&[open] {
|
||||||
& > summary {
|
& > summary {
|
||||||
.hide-when-open {
|
.hide-when-open {
|
||||||
|
@ -597,12 +593,9 @@ $bezier: cubic-bezier(0.75, 0, 0.25, 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
<<<<<<< HEAD
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
border-bottom: 1px solid #dee2e6;
|
border-bottom: 1px solid #dee2e6;
|
||||||
=======
|
|
||||||
>>>>>>> 61101723 (feat: poder cambiar el nivel de summary)
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,10 +1,5 @@
|
||||||
-# Detail Cola de Moderación
|
-# Detail Cola de Moderación
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
%details.details.py-2
|
|
||||||
%summary
|
|
||||||
%h3.py-2= summary
|
|
||||||
=======
|
|
||||||
@param :id [String] El ID opcional sirve para mantener el historial de
|
@param :id [String] El ID opcional sirve para mantener el historial de
|
||||||
cuál estaba abierto y recuperarlo al cargar la página
|
cuál estaba abierto y recuperarlo al cargar la página
|
||||||
@param :summary [String] El resumen
|
@param :summary [String] El resumen
|
||||||
|
@ -17,5 +12,4 @@
|
||||||
%span= summary
|
%span= summary
|
||||||
%span.hide-when-open ▶
|
%span.hide-when-open ▶
|
||||||
%span.show-when-open ▼
|
%span.show-when-open ▼
|
||||||
>>>>>>> 61101723 (feat: poder cambiar el nivel de summary)
|
|
||||||
= yield
|
= yield
|
||||||
|
|
Loading…
Reference in a new issue