Changes between Initial Version and Version 1 of Ticket #36513
- Timestamp:
- Jul 20, 2025, 11:04:29 AM (7 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36513 – Description
initial v1 5 5 Adding the following to a custom CSS file fixes Edge so the unfocused widget renders the same as in Chrome: 6 6 7 {{{ 7 8 form .aligned select option:checked { 8 9 color: var(--body-fg); 9 10 } 11 }}}