Commit 40808f5
committed
fix(template-builder): undo/redo icons, query form input styling, remove namespace display
- toolbar: change undo icon from arrow-rotate-left to step-backward,
redo icon from arrow-rotate-right to step-forward
- query-form: remove the PHP namespace confirmation block shown below
the resource type grid after a type is selected — unnecessary detail
that adds visual noise for users
- CSS: add .tb-query-form scoped overrides so input[type=text] and
select inside the query dialog share the same height (30px),
border-radius (6px), font-size (12px), and padding as each other,
eliminating the mismatch between text inputs and select inputs1 parent cf2f5cc commit 40808f5
File tree
3 files changed
+15
-8
lines changed- addon
- components/template-builder
- styles/components
3 files changed
+15
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
| 96 | + | |
102 | 97 | | |
103 | 98 | | |
104 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
0 commit comments