Skip to content

Commit 4c59868

Browse files
committed
clean up context blocks
1 parent 13515ba commit 4c59868

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/sentry/static/sentry/less/sentry.less

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -873,8 +873,7 @@ a.icon-share {
873873
}
874874

875875
.btn-default {
876-
background: #fff;
877-
border-color: rgba(70, 82, 98, .16);
876+
border-color: rgba(70, 82, 98, .18);
878877
}
879878

880879
.checkbox {
@@ -1455,7 +1454,8 @@ ul.traceback {
14551454
}
14561455

14571456
code {
1458-
padding: 1px 3px;
1457+
padding: 0;
1458+
background: #fff;
14591459
font-size: inherit;
14601460
color: inherit;
14611461
}
@@ -1479,7 +1479,6 @@ ul.traceback {
14791479
}
14801480

14811481
&.expanded {
1482-
color: #000;
14831482

14841483
> p {
14851484
color: #000;
@@ -1525,19 +1524,19 @@ ol.context {
15251524
padding-left: 20px;
15261525
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
15271526
color: #222;
1528-
background-color: #fafafa;
1527+
background-color: #f6f7f8;
15291528
line-height: 22px;
15301529
font-size: 12px;
15311530
white-space: pre;
15321531
white-space: pre-wrap;
15331532
word-wrap: break-word;
15341533
}
15351534
> li.active {
1536-
background-color: #f0f0f0;
1535+
background-color: #f6f7f8;
15371536
min-height: 22px;
15381537

15391538
pre {
1540-
color: @black;
1539+
color: @grayDark;
15411540
}
15421541
}
15431542

@@ -1567,7 +1566,8 @@ ol.context-line {
15671566
min-height: 22px;
15681567
}
15691568
> li.active {
1570-
background-color: #e0e0e0;
1569+
background-color: @blue;
1570+
color: #fff;
15711571
}
15721572
}
15731573
}

0 commit comments

Comments
 (0)