Commit 378c13c
authored
fix(ui5-timeline-item): remove focus getting cut (#11532)
Previously, when a ui5-timeline-item was being focused, the focus outline was getting cut, due to a overflow: auto property in Vertical mode.
With this change we remove the overflow property, and the focus behaves as expected.1 parent 6a6b6e8 commit 378c13c
File tree
2 files changed
+1
-3
lines changed- packages/fiori
- src/themes
- test/pages
2 files changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | 78 | | |
80 | 79 | | |
81 | 80 | | |
82 | | - | |
83 | 81 | | |
84 | 82 | | |
85 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
| 303 | + | |
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
| |||
0 commit comments