mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Auto merge of #19406 - ghoo1125:add_inner_spin, r=heycam
Add a new value inner-spin-button to -moz-appearance in stylo. <!-- Please describe your changes on the following line: --> Add a new value inner-spin-button to -moz-appearance. See bug 1417751. https://reviewboard.mozilla.org/r/200244/diff/6#index_header --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19406) <!-- Reviewable:end -->
This commit is contained in:
commit
cc8f9305e4
2 changed files with 9 additions and 9 deletions
File diff suppressed because one or more lines are too long
|
@ -808,13 +808,13 @@ ${helpers.predefined_type("transform-origin",
|
||||||
${helpers.single_keyword("-moz-appearance",
|
${helpers.single_keyword("-moz-appearance",
|
||||||
"""none button button-arrow-down button-arrow-next button-arrow-previous button-arrow-up
|
"""none button button-arrow-down button-arrow-next button-arrow-previous button-arrow-up
|
||||||
button-bevel button-focus caret checkbox checkbox-container checkbox-label checkmenuitem
|
button-bevel button-focus caret checkbox checkbox-container checkbox-label checkmenuitem
|
||||||
dialog dualbutton groupbox listbox listitem menuarrow menubar menucheckbox menuimage
|
dialog dualbutton groupbox inner-spin-button listbox listitem menuarrow menubar menucheckbox
|
||||||
menuitem menuitemtext menulist menulist-button menulist-text menulist-textfield menupopup
|
menuimage menuitem menuitemtext menulist menulist-button menulist-text menulist-textfield
|
||||||
menuradio menuseparator meterbar meterchunk number-input progressbar progressbar-vertical
|
menupopup menuradio menuseparator meterbar meterchunk number-input progressbar
|
||||||
progresschunk progresschunk-vertical radio radio-container radio-label radiomenuitem range
|
progressbar-vertical progresschunk progresschunk-vertical radio radio-container radio-label
|
||||||
range-thumb resizer resizerpanel scale-horizontal scalethumbend scalethumb-horizontal
|
radiomenuitem range range-thumb resizer resizerpanel scale-horizontal scalethumbend
|
||||||
scalethumbstart scalethumbtick scalethumb-vertical scale-vertical scrollbar
|
scalethumb-horizontal scalethumbstart scalethumbtick scalethumb-vertical scale-vertical
|
||||||
scrollbar-horizontal scrollbar-small scrollbar-vertical scrollbarbutton-down
|
scrollbar scrollbar-horizontal scrollbar-small scrollbar-vertical scrollbarbutton-down
|
||||||
scrollbarbutton-left scrollbarbutton-right scrollbarbutton-up scrollbarthumb-horizontal
|
scrollbarbutton-left scrollbarbutton-right scrollbarbutton-up scrollbarthumb-horizontal
|
||||||
scrollbarthumb-vertical scrollbartrack-horizontal scrollbartrack-vertical searchfield
|
scrollbarthumb-vertical scrollbartrack-horizontal scrollbartrack-vertical searchfield
|
||||||
separator spinner spinner-downbutton spinner-textfield spinner-upbutton splitter statusbar
|
separator spinner spinner-downbutton spinner-textfield spinner-upbutton splitter statusbar
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue