Commit 4733bbb
authored
[Expression] Fix missing border in mobile keypad (#2907)
## Summary:
Fix missing border in custom mobile keypad to make the experience consistent with desktop, and it will not look weird when above some text or other content
| Before | After |
| ------- | ----- |
| <img width="524" height="372" alt="image" src="https://github.com/user-attachments/assets/511af8c4-d631-437f-aae8-4cb2a1d89677" /> | <img width="294" height="588" alt="Screenshot 2025-09-17 at 4 00 36 PM" src="https://github.com/user-attachments/assets/1ab8b237-1101-4e1e-b1a6-b8fc29338692" /> |
Issue: LEMS-2924
## Test plan:
1. In mobile to Test Everything's Expression Widget `internal-courses/test-everything/test-everything-1/expression/a/expression-widget-for-level-access`
2. Confirm that the expression widget mobile keypad has visible border.
Author: ivyolamit
Reviewers: ivyolamit, jeremywiebe, #perseus, #lems
Required Reviewers:
Approved By: jeremywiebe
Checks: ✅ 10 checks were successful
Pull Request URL: #29071 parent d60a719 commit 4733bbb
File tree
3 files changed
+13
-2
lines changed- .changeset
- packages/math-input/src/components/keypad
- __tests__/__snapshots__
3 files changed
+13
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
243 | 244 | | |
244 | 245 | | |
245 | 246 | | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
246 | 252 | | |
247 | 253 | | |
248 | 254 | | |
| |||
0 commit comments