Commit 3d054fe
committed
[Security Solution] Full screen Timeline CSS fixes (#72559)
## [Security Solution] Full screen Timeline CSS fixes
Fixes CSS issues related to the [Full screen timeline, Collapse event](#71786) feature:
- Sometimes, Timeline's left padding is missing in Full screen mode
- The `Attach to new case` and `Attach to existing case...` actions should be centered in Full screen mode
- The Timeline flyout button is not opaque when the alerts table is in Full screen mode
### Sometimes, Timeline's left padding is missing in Full screen mode
To reproduce:
1) Drag anything to the Timeline
2) Click the `Full screen` button
**Expected result**
- [x] The timeline has left padding in full screen mode
**Actual result**
- [x] Sometimes, the left padding of the Timeline is missing, per the screenshot below:

### Fix: screenshot

### The `Attach to new case` and `Attach to existing case...` actions should be centered in full screen mode
1) Create a new timeline with the following KQL query: `agent.type : endpoint`
2) Click the `Analyze event` button on any enabled event to view Resolver
**Expected result**
- [x] The `Attach to new case` and `Attach to existing case...` actions should be centered between the horizontal lines
**Actual result**
- [x] The `Attach to new case` and `Attach to existing case...` actions are **NOT** centered, per the screenshot below:

### Fix: screenshot

### The Timeline flyout button is not opaque when the alerts table is in Full screen mode
To reproduce:
1) Navigate to Security > Detections
2) Click on the `Full screen` button
**Expected result**
- [x] The Timeline flyout button is opaque when the alerts table is in Full screen mode
**Actual result**
- [x] The Timeline flyout button is **NOT** opaque when the alerts table is in Full screen mode, per the screenshot below:

## Fix: screenshot (light theme)

## Fix: screenshot (dark theme)

### Desk testing
Desk tested in :
- Chrome `84.0.4147.89`
- Firefox `78.0.2`
- Safari `13.1.2`1 parent 987beee commit 3d054fe
3 files changed
Lines changed: 7 additions & 4 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
101 | | - | |
| 103 | + | |
102 | 104 | | |
103 | | - | |
104 | | - | |
| 105 | + | |
| 106 | + | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
0 commit comments