Commit b7c0fd2
committed
feat: use FontAwesome arrow icons for back/forward nav buttons
Replace the sprite-icon `leftArrow` / `rightArrow` / `leftArrowDisabled`
/ `rightArrowDisabled` bitmaps with fa-arrow-left / fa-arrow-right FA
icons, matching the weight of the adjacent FA-based sidebar and
toolbar buttons (binoculars, search, design-mode toggle) and giving
the back/forward pair a browser-style affordance.
NavigationProvider still toggles `.nav-back-btn` ↔ `.nav-back-btn-disabled`
(and the forward pair) to signal enabled state. The CSS is rewritten as
a single icon-button block with a .disabled opacity fork instead of
four separate sprite rules.1 parent 97ac670 commit b7c0fd2
2 files changed
Lines changed: 27 additions & 30 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
914 | 914 | | |
915 | 915 | | |
916 | 916 | | |
917 | | - | |
918 | | - | |
| 917 | + | |
| 918 | + | |
919 | 919 | | |
920 | 920 | | |
921 | 921 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1295 | 1295 | | |
1296 | 1296 | | |
1297 | 1297 | | |
1298 | | - | |
| 1298 | + | |
| 1299 | + | |
| 1300 | + | |
| 1301 | + | |
| 1302 | + | |
| 1303 | + | |
| 1304 | + | |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
1299 | 1308 | | |
1300 | 1309 | | |
1301 | | - | |
1302 | | - | |
1303 | | - | |
1304 | | - | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
1305 | 1317 | | |
1306 | | - | |
1307 | 1318 | | |
1308 | | - | |
1309 | | - | |
1310 | | - | |
1311 | | - | |
1312 | | - | |
1313 | | - | |
1314 | | - | |
1315 | | - | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
1316 | 1322 | | |
1317 | 1323 | | |
1318 | | - | |
1319 | | - | |
1320 | | - | |
1321 | | - | |
1322 | | - | |
1323 | | - | |
| 1324 | + | |
| 1325 | + | |
1324 | 1326 | | |
1325 | | - | |
1326 | 1327 | | |
1327 | 1328 | | |
| 1329 | + | |
1328 | 1330 | | |
1329 | | - | |
1330 | | - | |
1331 | | - | |
1332 | | - | |
1333 | | - | |
1334 | | - | |
1335 | | - | |
| 1331 | + | |
| 1332 | + | |
1336 | 1333 | | |
1337 | 1334 | | |
1338 | 1335 | | |
| |||
0 commit comments