Skip to content

Commit e644538

Browse files
author
rakeshAlgo
committed
Remove Summary text from blockquotes UI
1 parent 99265f2 commit e644538

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/css/doc.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -415,12 +415,11 @@
415415
.doc .abstract blockquote * {
416416
font-weight: inherit;
417417
}
418-
419-
.doc .abstract blockquote::before {
418+
/* .doc .abstract blockquote::before {
420419
content: "Summary: ";
421420
color: var(--color-muted);
422421
font-weight: var(--weight-medium);
423-
}
422+
} */
424423

425424
.doc ul {
426425
margin: 0;

src/css/landing-page.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@
244244

245245
/* CSS for nav filter */
246246
.nav.tutorials-filter .nav-menu {
247-
top: calc(0.91rem + var(--height-navbar));
248247
padding: 20px;
249248
background: var(--color-brand-gray7);
250249
}

0 commit comments

Comments
 (0)