Tim Nguyen
Tim Nguyen
Will possibly end up as a combination of this addon and DevTools Snippets (http://ntim.altervista.org/addons/devtools-snippets/ ) This will likely need a refactor anyway.
- [ ] More keyboard shortcuts - [ ] focus indicators - [ ] Complete tab navigation
For css, copy over style editor code. For JS, copy over scratchpad code.
@pxlcoder and I were looking into those in the context of Interop 2022: * css/css-ui/compute-kind-widget-no-fallback-props-001.html * css/css-ui/compute-kind-widget-fallback-props-revert-001.html
Given this example: `data:text/html,input:in-range { appearance: none; border: 1px solid red; }` `:in-range` seems to be affected by whether an input is readonly, which makes sense when you read: >...
Right now, the steps you need to put your tabs in a group is: - Open the tab group view - drag the tab - locate the group It would...