We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df951b8 commit 2c1533cCopy full SHA for 2c1533c
src/css/doc.css
@@ -245,13 +245,10 @@
245
border-top-width: 0;
246
}
247
248
-/* Let the grid win out for the bottom border
249
-/*
250
-.doc table.frame-none > :last-child > :last-child > *,
+/* NOTE let the grid win in case of frame-none */
251
.doc table.frame-sides > :last-child > :last-child > * {
252
border-bottom-width: 0;
253
254
-*/
255
256
.doc table.frame-none > * > tr > :first-child,
257
.doc table.frame-ends > * > tr > :first-child {
0 commit comments