Skip to content
Snippets Groups Projects
Commit a876b27f authored by Alex Bronstein's avatar Alex Bronstein
Browse files

Issue #3179768 by bnjmnm, DyanneNova: Fix Claro details caret

parent 026b3190
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@
.claro-details__summary::before {
position: absolute;
top: 1.75rem;
top: 50%;
left: 0.75rem; /* LTR */
display: inline-block;
width: 1rem;
......
......@@ -132,7 +132,7 @@
.claro-details__summary::before {
position: absolute;
top: calc(var(--space-m) + var(--space-s));
top: 50%;
left: var(--space-s); /* LTR */
display: inline-block;
width: var(--space-m);
......
......@@ -121,6 +121,10 @@ td.module-list__description {
line-height: 1.295rem;
}
.claro-details__summary.module-list__module-summary::before {
top: 1.75rem;
}
.module-details__description {
font-size: 0.75rem;
line-height: 0.9375rem;
......
......@@ -118,6 +118,10 @@ td.module-list__description {
line-height: var(--details-line-height);
}
.claro-details__summary.module-list__module-summary::before {
top: calc(var(--space-m) + var(--space-s));
}
.module-details__description {
font-size: var(--space-s);
line-height: 0.9375rem;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment