stable
Clone or download
Read-only
request #26386 Remove list-picker styles from all-purpose FlamingParrot / TLP themes
No functional change expected. Notes: I also tried to split the stylesheet into smaller parts because I got lost too many times while moving rules. Change-Id: I1f80dca8a05e99c4d3ff117f30fba2b59a1f4b60
Modified Files
Name | ||||
---|---|---|---|---|
M | lib/frontend/list-picker/package.json | +6 | −4 | Go to diff View file |
M | lib/frontend/list-picker/pnpm-lock.yaml | +4 | −0 | Go to diff View file |
M | lib/frontend/list-picker/src/helpers/templates/predefined-item-template-retriever-helper.test.ts | +19 | −12 | Go to diff View file |
M | lib/frontend/list-picker/src/helpers/templates/predefined-item-template-retriever-helper.ts | +1 | −1 | Go to diff View file |
M | lib/frontend/list-picker/src/renderers/__snapshots__/DropdownContentRenderer.test.ts.snap | +1 | −1 | Go to diff View file |
A | lib/frontend/list-picker/themes/_dropdown.scss | +80 | −0 | Go to diff View file |
A | lib/frontend/list-picker/themes/_option.scss | +61 | −0 | Go to diff View file |
A | lib/frontend/list-picker/themes/_predefined-template.scss | +60 | −0 | Go to diff View file |
A | lib/frontend/list-picker/themes/_search.scss | +68 | −0 | Go to diff View file |
A | lib/frontend/list-picker/themes/_selection.scss | +177 | −0 | Go to diff View file |
R | src/themes/FlamingParrot/images/list-picker-default-avatar.svg | Go to diff View file | ||
M | lib/frontend/list-picker/themes/style.scss | +27 | −112 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_definitions.scss | +1 | −1 | Go to diff View file |
D | src/themes/FlamingParrot/css/utils/_list-picker.scss | +0 | −273 | Go to diff View file |
M | src/themes/tlp/src/scss/components/_badges.scss | +4 | −8 | Go to diff View file |
M | src/themes/tlp/src/scss/components/_css-var-root.scss | +6 | −0 | Go to diff View file |
M | src/themes/tlp/src/scss/components/_forms.scss | +3 | −199 | Go to diff View file |