Commit 1ea6a2e
David Wang
fix(crons): Add border back to non-sticky timeline header (#54770)
With the change from solid border to translucent box-shadow
https://github.com/getsentry/sentry/pull/54399/files we lost the border
for the non-sticky timeline header in the issue details page. Adds it
back in
Before:
<img width="908" alt="image"
src="https://github.com/getsentry/sentry/assets/9372512/205a14c3-b092-4815-b038-f5afe963ebcf">
After:
<img width="917" alt="image"
src="https://github.com/getsentry/sentry/assets/9372512/9ae6c602-1a24-45c1-9cd7-f511d15ab308">1 parent 3bfe952 commit 1ea6a2e
File tree
2 files changed
+7
-1
lines changed- static/app/views/monitors/components/overviewTimeline
2 files changed
+7
-1
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
| |||
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
115 | 120 | | |
116 | 121 | | |
117 | 122 | | |
| |||
0 commit comments