We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6201613 commit 0db2088Copy full SHA for 0db2088
2 files changed
front_end/third_party/react-devtools/package/frontend.css
@@ -1184,7 +1184,6 @@
1184
}
1185
.VD1V5qP1lmb39G72wedQ {
1186
padding: 0.25rem;
1187
- border-top: 1px solid var(--color-border);
1188
font-family: var(--font-family-monospace);
1189
font-size: var(--font-size-monospace-small);
1190
@@ -1237,7 +1236,6 @@
1237
1236
1238
font-size: var(--font-size-monospace-normal);
1239
1240
1241
1242
1243
.K_w5p9mPdwobJpJAVuOQ {
@@ -1286,6 +1284,10 @@
1286
1284
1287
1285
1288
+.foTGJS5UP4yux8dKGGEL > *:not(:first-child) {
+ border-top: 1px solid var(--color-border);
1289
+}
1290
+
1291
.QGBqdeQCINFdybolYjz_ {
1292
border-radius: 0.25rem;
1293
animation: v9U5NmE9fqe0TBuebXMr 2s infinite;
front_end/third_party/react-devtools/package/frontend.js
0 commit comments