stable

Clone or download

Read-only

Run Stylelint on Vue files and make it play nice with Prettier

In 0cfd1bbeabb5311939918630d41e3390fe8e5c2f a Vue SFC has been styled with a scoped style tag however Stylelint did not verify those files. This contribution changes that and do the necessary changes to make Stylelint and Prettier play nice together. Part of story #21336: create a development branch on GitLab out of an artifact Change-Id: Ie6553aac3bb67ed5b7c8c24c6481625ae51bb312

Modified Files

Name
M .stylelintrc.js +11 −3 Go to diff View file
M package-lock.json +15 −0 Go to diff View file
M package.json +2 −0 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/_card-fields.scss +2 −2 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/_highlight.scss +1 −1 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/administration.scss +3 −8 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/kanban.scss +26 −27 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/kanban/_add-in-place.scss +1 −1 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/kanban/_diagram.scss +5 −6 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/kanban/_edit-kanban.scss +4 −4 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/kanban/_kanban-item-moves.scss +2 −2 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/kanban/_kanban-item-transit.scss +1 −1 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/kanban/_kanban-item.scss +14 −15 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/kanban/_project-header-background.scss +2 −6 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/kanban/_reports-modal.scss +1 −1 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/kanban/_under-the-fold-notification.scss +1 −1 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/scrum/_planning.scss +7 −7 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/scrum/_project-colors.scss +6 −6 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/scrum/_project-header-background.scss +3 −7 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/scrum/planning/_backlog-item-details.scss +14 −14 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/scrum/planning/_backlog-item-transit.scss +2 −2 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/scrum/planning/_backlog-item.scss +6 −7 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/scrum/planning/_backlog-items-selected-bar.scss +1 −1 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/scrum/planning/_backlog.scss +2 −2 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/scrum/planning/_item-progress.scss +1 −1 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/scrum/planning/_milestone.scss +4 −4 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/scrum/planning/_milestones.scss +3 −3 Go to diff View file
M plugins/agiledashboard/themes/FlamingParrot/css/_default-style.scss +8 −10 Go to diff View file
M plugins/agiledashboard/themes/FlamingParrot/css/burnup-chart.scss +2 −2 Go to diff View file
M plugins/agiledashboard/themes/FlamingParrot/css/planning-admin-colorpicker.scss +3 −3 Go to diff View file
M plugins/agiledashboard/themes/FlamingParrot/css/style.scss +8 −8 Go to diff View file
M plugins/api_explorer/themes/style.scss +2 −2 Go to diff View file
M plugins/cardwall/themes/default/css/_cardwall.scss +33 −27 Go to diff View file
M plugins/crosstracker/themes/_query-edition.scss +7 −6 Go to diff View file
M plugins/crosstracker/themes/_writing-mode.scss +1 −1 Go to diff View file
M plugins/crosstracker/themes/cross-tracker.scss +4 −5 Go to diff View file
M plugins/docman/themes/default/css/style.scss +33 −35 Go to diff View file
M plugins/document/themes/_folder-content.scss +6 −6 Go to diff View file
M plugins/document/themes/_folder-properties-modal.scss +2 −2 Go to diff View file
M plugins/document/themes/_new-document.scss +3 −3 Go to diff View file
M plugins/document/themes/_notifications.scss +1 −1 Go to diff View file
M plugins/document/themes/_project_background_header.scss +1 −5 Go to diff View file
M plugins/document/themes/_quicklook.scss +7 −7 Go to diff View file
M plugins/document/themes/_upload.scss +4 −5 Go to diff View file
M plugins/document/themes/document.scss +18 −18 Go to diff View file
M plugins/document/themes/quicklook/_quicklook-folder.scss +4 −4 Go to diff View file
M plugins/document/themes/quicklook/_quicklook-icon.scss +6 −8 Go to diff View file
M plugins/document/themes/quicklook/_quicklook-image.scss +4 −6 Go to diff View file
M plugins/forumml/themes/BurningParrot/css/_message.scss +3 −3 Go to diff View file
M plugins/forumml/themes/BurningParrot/css/_thread-list.scss +1 −1 Go to diff View file
M plugins/forumml/themes/css/style.scss +4 −4 Go to diff View file
M plugins/frs/themes/frs.scss +2 −2 Go to diff View file
M plugins/frs/themes/includes/_linked-artifacts.scss +2 −3 Go to diff View file
M plugins/frs/themes/includes/_release.scss +1 −1 Go to diff View file
M plugins/git/themes/BurningParrot/_code-font-parameters.scss +1 −1 Go to diff View file
M plugins/git/themes/BurningParrot/_gitphp-override.scss +2 −2 Go to diff View file
M plugins/git/themes/BurningParrot/_project-background-header.scss +2 −6 Go to diff View file
M plugins/git/themes/BurningParrot/repositories/_gitlab.scss +2 −2 Go to diff View file
M plugins/git/themes/BurningParrot/repositories/_repositories.scss +5 −5 Go to diff View file
M plugins/git/themes/BurningParrot/repositories/_repository-card.scss +6 −6 Go to diff View file
M plugins/git/themes/BurningParrot/repository/_repository.scss +6 −5 Go to diff View file
M plugins/git/themes/BurningParrot/repository/gitphp/_blob.scss +2 −3 Go to diff View file
M plugins/git/themes/BurningParrot/repository/gitphp/_commit.scss +1 −2 Go to diff View file
M plugins/git/themes/BurningParrot/repository/gitphp/_highlight.scss +1 −1 Go to diff View file
M plugins/git/themes/BurningParrot/repository/gitphp/_shortlog.scss +0 −2 Go to diff View file
M plugins/git/themes/BurningParrot/repository/gitphp/_tree.scss +0 −1 Go to diff View file
M plugins/git/themes/BurningParrot/site-admin/git.scss +1 −2 Go to diff View file
M plugins/git/themes/default/css/style.scss +22 −19 Go to diff View file
M plugins/graphontrackersv5/themes/default/css/style.scss +29 −18 Go to diff View file
M plugins/hudson/themes/BurningParrot/hudson.scss +2 −2 Go to diff View file
M plugins/hudson_svn/themes/default/style.scss +6 −3 Go to diff View file
M plugins/label/themes/_labels-box.scss +6 −6 Go to diff View file
M plugins/label/themes/label.scss +1 −1 Go to diff View file
M plugins/ldap/themes/css/_project-admin-ugroups.scss +5 −4 Go to diff View file
M plugins/ldap/themes/css/ldap.scss +2 −2 Go to diff View file
M plugins/mediawiki/themes/default/style.scss +0 −1 Go to diff View file
M plugins/openidconnectclient/themes/BurningParrot/css/includes/_button-colors.scss +6 −6 Go to diff View file
M plugins/openidconnectclient/themes/BurningParrot/css/includes/_login.scss +1 −1 Go to diff View file
M plugins/openidconnectclient/themes/BurningParrot/css/includes/_provider-admin-modal.scss +10 −9 Go to diff View file
M plugins/openidconnectclient/themes/FlamingParrot/css/style.scss +18 −18 Go to diff View file
M plugins/openidconnectclient/themes/default/css/style.scss +12 −8 Go to diff View file
M plugins/pluginsadministration/themes/pluginsadministration.scss +0 −1 Go to diff View file
M plugins/proftpd/themes/default/style.scss +27 −14 Go to diff View file
M plugins/program_management/themes/program_management.scss +1 −1 Go to diff View file
M plugins/program_management/themes/program_management/_element.scss +14 −17 Go to diff View file
M plugins/program_management/themes/program_management/_program-increment.scss +2 −2 Go to diff View file
M plugins/program_management/themes/program_management/_project-header-background.scss +1 −5 Go to diff View file
M plugins/projectmilestones/themes/BurningParrot/_headers.scss +5 −5 Go to diff View file
M plugins/projectmilestones/themes/BurningParrot/_release-chart.scss +4 −5 Go to diff View file
M plugins/projectmilestones/themes/BurningParrot/_release-toggle-badges-sprints.scss +18 −19 Go to diff View file
M plugins/projectmilestones/themes/BurningParrot/_release-toggle-tracker-artifacts-badges.scss +6 −6 Go to diff View file
M plugins/projectmilestones/themes/BurningParrot/style.scss +4 −6 Go to diff View file
M plugins/pullrequest/themes/includes/_commits.scss +1 −1 Go to diff View file
M plugins/pullrequest/themes/includes/_dashboard.scss +1 −1 Go to diff View file
M plugins/pullrequest/themes/includes/_file-diff.scss +1 −1 Go to diff View file
M plugins/pullrequest/themes/includes/_files.scss +1 −1 Go to diff View file
M plugins/pullrequest/themes/includes/_inline-comment.scss +1 −1 Go to diff View file
M plugins/pullrequest/themes/includes/_overview.scss +2 −2 Go to diff View file
M plugins/pullrequest/themes/includes/_reviewers.scss +4 −2 Go to diff View file
M plugins/pullrequest/themes/includes/_timeline.scss +3 −3 Go to diff View file
M plugins/roadmap/themes/_empty-state.scss +2 −2 Go to diff View file
M plugins/roadmap/themes/_gantt-header.scss +16 −16 Go to diff View file
M plugins/roadmap/themes/_iteration.scss +2 −2 Go to diff View file
M plugins/roadmap/themes/_popover.scss +15 −17 Go to diff View file
M plugins/roadmap/themes/_task.scss +19 −19 Go to diff View file
M plugins/roadmap/themes/_timeperiod.scss +3 −3 Go to diff View file
M plugins/roadmap/themes/_today.scss +2 −2 Go to diff View file
M plugins/statistics/themes/FlamingParrot/css/_disk-usage-pie.scss +2 −2 Go to diff View file
M plugins/statistics/themes/FlamingParrot/css/style.scss +4 −4 Go to diff View file
M plugins/svn/themes/BurningParrot/css/include/_homepage.scss +1 −1 Go to diff View file
M plugins/svn/themes/FlamingParrot/css/style.scss +2 −6 Go to diff View file
M plugins/svn/themes/default/css/style.scss +7 −8 Go to diff View file
M plugins/taskboard/themes/includes/_body.scss +1 −3 Go to diff View file
M plugins/taskboard/themes/includes/_card-edit.scss +12 −11 Go to diff View file
M plugins/taskboard/themes/includes/_card-read.scss +15 −18 Go to diff View file
M plugins/taskboard/themes/includes/_header.scss +5 −5 Go to diff View file
M plugins/taskboard/themes/includes/_project-header-background.scss +1 −5 Go to diff View file
M plugins/testmanagement/themes/BurningParrot/css/includes/_administration.scss +1 −1 Go to diff View file
M plugins/testmanagement/themes/BurningParrot/css/includes/_artifact-links-graph.scss +4 −4 Go to diff View file
M plugins/testmanagement/themes/BurningParrot/css/includes/_campaign.scss +3 −3 Go to diff View file
M plugins/testmanagement/themes/BurningParrot/css/includes/_current-execution.scss +9 −7 Go to diff View file
M plugins/testmanagement/themes/BurningParrot/css/includes/_execution-details-modal.scss +5 −5 Go to diff View file
M plugins/testmanagement/themes/BurningParrot/css/includes/_execution-list.scss +3 −5 Go to diff View file
M plugins/testmanagement/themes/BurningParrot/css/includes/_presence.scss +4 −6 Go to diff View file
M plugins/testmanagement/themes/BurningParrot/css/includes/_project-header-background.scss +2 −6 Go to diff View file
M plugins/testmanagement/themes/BurningParrot/css/testmanagement.scss +1 −1 Go to diff View file
M plugins/testmanagement/themes/FlamingParrot/css/style.scss +11 −9 Go to diff View file
M plugins/testplan/themes/includes/_campaign.scss +2 −4 Go to diff View file
M plugins/testplan/themes/includes/_header.scss +4 −4 Go to diff View file
M plugins/testplan/themes/includes/_project-header-background.scss +2 −6 Go to diff View file
M plugins/testplan/themes/includes/_test-definitions.scss +2 −2 Go to diff View file
M plugins/timetracking/themes/BurningParrot/css/style.scss +1 −3 Go to diff View file
M plugins/timetracking/themes/FlamingParrot/css/style.scss +1 −1 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/file-field/_file-field.scss +3 −3 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal.scss +7 −8 Go to diff View file
M plugins/tracker/themes/BurningParrot/css/includes/_email-copy-paste.scss +1 −1 Go to diff View file
M plugins/tracker/themes/BurningParrot/css/includes/_homepage.scss +3 −3 Go to diff View file
M plugins/tracker/themes/BurningParrot/css/includes/_project-tracker-background.scss +2 −10 Go to diff View file
M plugins/tracker/themes/BurningParrot/css/tracker-creation/includes/_creation-color-selector.scss +9 −10 Go to diff View file
M plugins/tracker/themes/BurningParrot/css/tracker-creation/includes/_creation-step-layout.scss +0 −1 Go to diff View file
M plugins/tracker/themes/BurningParrot/css/workflow.scss +2 −3 Go to diff View file
M plugins/tracker/themes/BurningParrot/css/workflow/_matrix.scss +2 −2 Go to diff View file
M plugins/tracker/themes/BurningParrot/css/workflow/_transition-modal.scss +1 −1 Go to diff View file
M plugins/tracker/themes/FlamingParrot/css/colorpicker.scss +8 −14 Go to diff View file
M plugins/tracker/themes/FlamingParrot/css/dependencies-matrix.scss +2 −3 Go to diff View file
M plugins/tracker/themes/FlamingParrot/css/style.scss +10 −8 Go to diff View file
M plugins/tracker/themes/FlamingParrot/css/tracker-creation.scss +2 −2 Go to diff View file
M plugins/tracker/themes/burndown-chart.scss +1 −1 Go to diff View file
M plugins/tracker/themes/default/css/includes/_artifact-link-field.scss +3 −3 Go to diff View file
M plugins/tracker/themes/default/css/includes/_burndown-chart.scss +2 −2 Go to diff View file
M plugins/tracker/themes/default/css/includes/_cards.scss +19 −19 Go to diff View file
M plugins/tracker/themes/default/css/includes/_columns-colors.scss +1 −1 Go to diff View file
M plugins/tracker/themes/default/css/includes/_cross-references-fields.scss +3 −3 Go to diff View file
M plugins/tracker/themes/default/css/includes/_field-bound-colors.scss +2 −2 Go to diff View file
M plugins/tracker/themes/default/css/includes/_move-artifact.scss +2 −2 Go to diff View file
M plugins/tracker/themes/default/css/includes/_project-header-background.scss +6 −8 Go to diff View file
M plugins/tracker/themes/default/css/print.scss +1 −1 Go to diff View file
M plugins/tracker/themes/default/css/style.scss +111 −123 Go to diff View file
M src/scripts/lib/list-picker/themes/style.scss +2 −3 Go to diff View file
M src/scripts/lib/tlp-popovers/themes/style.scss +14 −23 Go to diff View file
M src/scripts/tlp-doc/css/_demos.scss +39 −25 Go to diff View file
M src/scripts/tlp-doc/css/_javascript-sections.scss +4 −2 Go to diff View file
M src/scripts/tlp-doc/css/_nav.scss +41 −15 Go to diff View file
M src/scripts/tlp-doc/css/_sections.scss +2 −2 Go to diff View file
M src/scripts/tlp-doc/css/main.scss +57 −151 Go to diff View file
M src/themes/BurningParrot/css/account/includes/_account-information.scss +0 −1 Go to diff View file
M src/themes/BurningParrot/css/account/includes/_keys-tokens.scss +0 −1 Go to diff View file
M src/themes/BurningParrot/css/dashboards/dashboards.scss +22 −23 Go to diff View file
M src/themes/BurningParrot/css/dashboards/includes/_dashboard-project.scss +2 −2 Go to diff View file
M src/themes/BurningParrot/css/dashboards/includes/_dashboard-user.scss +1 −1 Go to diff View file
M src/themes/BurningParrot/css/dashboards/includes/_dashboard-widgets.scss +3 −3 Go to diff View file
M src/themes/BurningParrot/css/dashboards/includes/widgets/heartbeat.scss +4 −5 Go to diff View file
M src/themes/BurningParrot/css/dashboards/includes/widgets/welcomemessage.scss +1 −1 Go to diff View file
M src/themes/BurningParrot/css/includes/_breadcrumb.scss +21 −22 Go to diff View file
M src/themes/BurningParrot/css/includes/_cross-ref-tooltip.scss +2 −3 Go to diff View file
M src/themes/BurningParrot/css/includes/_footer.scss +1 −1 Go to diff View file
M src/themes/BurningParrot/css/includes/_header.scss +3 −3 Go to diff View file
M src/themes/BurningParrot/css/includes/_help-dropdown.scss +4 −4 Go to diff View file
M src/themes/BurningParrot/css/includes/_homepage.scss +5 −5 Go to diff View file
M src/themes/BurningParrot/css/includes/_invite-buddies.scss +0 −2 Go to diff View file
M src/themes/BurningParrot/css/includes/_lists.scss +1 −2 Go to diff View file
M src/themes/BurningParrot/css/includes/_logo.scss +1 −1 Go to diff View file
M src/themes/BurningParrot/css/includes/_mermaid.scss +1 −1 Go to diff View file
M src/themes/BurningParrot/css/includes/_modals.scss +8 −4 Go to diff View file
M src/themes/BurningParrot/css/includes/_navbar.scss +8 −8 Go to diff View file
M src/themes/BurningParrot/css/includes/_platform-banner.scss +1 −1 Go to diff View file
M src/themes/BurningParrot/css/includes/_profile.scss +1 −1 Go to diff View file
M src/themes/BurningParrot/css/includes/_project-admin.scss +7 −7 Go to diff View file
M src/themes/BurningParrot/css/includes/_project-background.scss +12 −11 Go to diff View file
M src/themes/BurningParrot/css/includes/_project-banner.scss +1 −1 Go to diff View file
M src/themes/BurningParrot/css/includes/_project-privacy-popover.scss +2 −2 Go to diff View file
M src/themes/BurningParrot/css/includes/_sidebar-collapsed.scss +2 −2 Go to diff View file
M src/themes/BurningParrot/css/includes/_sidebar-project.scss +13 −13 Go to diff View file
M src/themes/BurningParrot/css/includes/_sidebar-siteadmin.scss +4 −5 Go to diff View file
M src/themes/BurningParrot/css/includes/_sidebar.scss +4 −4 Go to diff View file
M src/themes/BurningParrot/css/includes/_siteadmin-homepage.scss +2 −2 Go to diff View file
M src/themes/BurningParrot/css/includes/_siteadmin-platform-banner.scss +1 −1 Go to diff View file
M src/themes/BurningParrot/css/includes/_siteadmin-project-history.scss +0 −1 Go to diff View file
M src/themes/BurningParrot/css/includes/_siteadmin-project.scss +0 −2 Go to diff View file
M src/themes/BurningParrot/css/includes/_siteadmin-system-events.scss +0 −1 Go to diff View file
M src/themes/BurningParrot/css/includes/_siteadmin-user-list.scss +0 −1 Go to diff View file
M src/themes/BurningParrot/css/includes/_siteadmin.scss +21 −21 Go to diff View file
M src/themes/BurningParrot/css/includes/_skip-to-main-link.scss +1 −1 Go to diff View file
M src/themes/BurningParrot/css/includes/_structure.scss +12 −11 Go to diff View file
M src/themes/BurningParrot/css/includes/_toggler.scss +3 −3 Go to diff View file
M src/themes/BurningParrot/css/includes/labels/_labels-box.scss +31 −22 Go to diff View file
M src/themes/BurningParrot/css/includes/project-admin/_labels.scss +5 −5 Go to diff View file
M src/themes/BurningParrot/css/includes/project-admin/_permissions.scss +1 −1 Go to diff View file
M src/themes/BurningParrot/css/project-registration-creation/project-creation-modal.scss +2 −2 Go to diff View file
M src/themes/BurningParrot/css/project-registration/project-registration.scss +7 −3 Go to diff View file
M src/themes/FlamingParrot/css/print.scss +2 −2 Go to diff View file
M src/themes/FlamingParrot/css/utils/_account-confirmation.scss +21 −15 Go to diff View file
M src/themes/FlamingParrot/css/utils/_avatar.scss +2 −1 Go to diff View file
M src/themes/FlamingParrot/css/utils/_bootstrap-overrides.scss +35 −68 Go to diff View file
M src/themes/FlamingParrot/css/utils/_breadcrumb.scss +21 −22 Go to diff View file
M src/themes/FlamingParrot/css/utils/_cross-ref-tooltip.scss +4 −5 Go to diff View file
M src/themes/FlamingParrot/css/utils/_definitions.scss +36 −36 Go to diff View file
M src/themes/FlamingParrot/css/utils/_help-dropdown.scss +5 −5 Go to diff View file
M src/themes/FlamingParrot/css/utils/_invite-buddies.scss +2 −3 Go to diff View file
M src/themes/FlamingParrot/css/utils/_list-picker.scss +20 −20 Go to diff View file
M src/themes/FlamingParrot/css/utils/_login.scss +6 −12 Go to diff View file
M src/themes/FlamingParrot/css/utils/_logo.scss +2 −2 Go to diff View file
M src/themes/FlamingParrot/css/utils/_mermaid.scss +2 −2 Go to diff View file
M src/themes/FlamingParrot/css/utils/_navbar.scss +14 −22 Go to diff View file
M src/themes/FlamingParrot/css/utils/_platform-banner.scss +1 −1 Go to diff View file
M src/themes/FlamingParrot/css/utils/_post-definitions.scss +5 −3 Go to diff View file
M src/themes/FlamingParrot/css/utils/_pre-definitions.scss +12 −12 Go to diff View file
M src/themes/FlamingParrot/css/utils/_project-background.scss +2 −1 Go to diff View file
M src/themes/FlamingParrot/css/utils/_project-banner.scss +1 −1 Go to diff View file
M src/themes/FlamingParrot/css/utils/_project-confirmation.scss +1 −1 Go to diff View file
M src/themes/FlamingParrot/css/utils/_project-privacy-popover.scss +2 −2 Go to diff View file
M src/themes/FlamingParrot/css/utils/_register.scss +1 −1 Go to diff View file
M src/themes/FlamingParrot/css/utils/_search.scss +5 −3 Go to diff View file
M src/themes/FlamingParrot/css/utils/_sidebar.scss +16 −16 Go to diff View file
M src/themes/FlamingParrot/css/utils/_switch-to.scss +5 −5 Go to diff View file
M src/themes/FlamingParrot/css/utils/_tracker-v3.scss +5 −2 Go to diff View file
M src/themes/FlamingParrot/css/utils/_variables-color-common.scss +1 −1 Go to diff View file
M src/themes/FlamingParrot/css/utils/_variables-common.scss +1 −1 Go to diff View file
M src/themes/FlamingParrot/css/utils/_widget.scss +5 −3 Go to diff View file
M src/themes/common/css/platform-banner/_platform-banner.scss +5 −7 Go to diff View file
M src/themes/common/css/project-background/_background.scss +57 −88 Go to diff View file
M src/themes/common/css/project-background/_project-background.scss +1 −8 Go to diff View file
M src/themes/common/css/project-background/aerial-water.scss +1 −1 Go to diff View file
M src/themes/common/css/project-background/asphalt-rock.scss +1 −1 Go to diff View file
M src/themes/common/css/project-background/beach-daytime.scss +1 −1 Go to diff View file
M src/themes/common/css/project-background/blue-rain.scss +1 −1 Go to diff View file
M src/themes/common/css/project-background/blue-sand.scss +1 −1 Go to diff View file
M src/themes/common/css/project-background/brown-alpaca.scss +1 −1 Go to diff View file
M src/themes/common/css/project-background/brown-desert.scss +1 −1 Go to diff View file
M src/themes/common/css/project-background/brown-grass.scss +1 −1 Go to diff View file
M src/themes/common/css/project-background/brown-textile.scss +1 −1 Go to diff View file
M src/themes/common/css/project-background/brush-daytime.scss +1 −1 Go to diff View file
M src/themes/common/css/project-background/green-grass.scss +1 −1 Go to diff View file
M src/themes/common/css/project-background/green-leaf.scss +1 −1 Go to diff View file
M src/themes/common/css/project-background/green-trees.scss +1 −1 Go to diff View file
M src/themes/common/css/project-background/led-light.scss +1 −1 Go to diff View file
M src/themes/common/css/project-background/ocean-waves.scss +1 −1 Go to diff View file
M src/themes/common/css/project-background/octopus-black.scss +1 −1 Go to diff View file
M src/themes/common/css/project-background/orange-tulip.scss +1 −1 Go to diff View file
M src/themes/common/css/project-background/purple-building.scss +1 −1 Go to diff View file
M src/themes/common/css/project-background/purple-droplet.scss +1 −1 Go to diff View file
M src/themes/common/css/project-background/purple-textile.scss +1 −1 Go to diff View file
M src/themes/common/css/project-background/snow-mountain.scss +1 −1 Go to diff View file
M src/themes/common/css/project-background/tree-water.scss +1 −1 Go to diff View file
M src/themes/common/css/project-background/white-sheep.scss +1 −1 Go to diff View file
M src/themes/common/css/project-background/wooden-surface.scss +1 −1 Go to diff View file
M src/themes/common/css/style.scss +5 −5 Go to diff View file
M src/themes/common/css/syntax-highlight.scss +3 −3 Go to diff View file
M src/themes/common/css/utils/_account-maintenance.scss +9 −4 Go to diff View file
M src/themes/common/css/utils/_admin.scss +3 −3 Go to diff View file
M src/themes/common/css/utils/_autocompleter-users-and-ugroups.scss +1 −1 Go to diff View file
M src/themes/common/css/utils/_avatars.scss +3 −2 Go to diff View file
M src/themes/common/css/utils/_colors.scss +49 −97 Go to diff View file
M src/themes/common/css/utils/_cross-ref.scss +10 −5 Go to diff View file
M src/themes/common/css/utils/_datepicker.scss +5 −5 Go to diff View file
M src/themes/common/css/utils/_frs.scss +19 −10 Go to diff View file
M src/themes/common/css/utils/_lab.scss +3 −2 Go to diff View file
M src/themes/common/css/utils/_lightwindow.scss +11 −11 Go to diff View file
M src/themes/common/css/utils/_list-user-autocomplete.scss +8 −4 Go to diff View file
M src/themes/common/css/utils/_login.scss +6 −5 Go to diff View file
M src/themes/common/css/utils/_lytebox.scss +28 −28 Go to diff View file
M src/themes/common/css/utils/_mail.scss +34 −32 Go to diff View file
M src/themes/common/css/utils/_massmail.scss +2 −1 Go to diff View file
M src/themes/common/css/utils/_mention.scss +1 −1 Go to diff View file
M src/themes/common/css/utils/_mermaid.scss +1 −1 Go to diff View file
M src/themes/common/css/utils/_news.scss +4 −3 Go to diff View file
M src/themes/common/css/utils/_password-validator.scss +6 −3 Go to diff View file
M src/themes/common/css/utils/_permission-delegation.scss +6 −6 Go to diff View file
M src/themes/common/css/utils/_project-confirmation.scss +1 −1 Go to diff View file
M src/themes/common/css/utils/_project-privacy.scss +9 −6 Go to diff View file
M src/themes/common/css/utils/_protocheck.scss +5 −3 Go to diff View file
M src/themes/common/css/utils/_register.scss +9 −9 Go to diff View file
M src/themes/common/css/utils/_resource-restrictor.scss +4 −3 Go to diff View file
M src/themes/common/css/utils/_rte.scss +10 −6 Go to diff View file
M src/themes/common/css/utils/_search-as-you-type.scss +5 −4 Go to diff View file
M src/themes/common/css/utils/_search.scss +15 −16 Go to diff View file
M src/themes/common/css/utils/_services.scss +11 −11 Go to diff View file
M src/themes/common/css/utils/_skip-to-main-link.scss +0 −1 Go to diff View file
M src/themes/common/css/utils/_sortable.scss +8 −5 Go to diff View file
M src/themes/common/css/utils/_svn.scss +34 −25 Go to diff View file
M src/themes/common/css/utils/_switch-to.scss +28 −29 Go to diff View file
M src/themes/common/css/utils/_system-events.scss +2 −1 Go to diff View file
M src/themes/common/css/utils/_tablekit.scss +6 −3 Go to diff View file
M src/themes/common/css/utils/_textbox.scss +5 −4 Go to diff View file
M src/themes/common/css/utils/_timezone.scss +4 −2 Go to diff View file
M src/themes/common/css/utils/_toggler.scss +2 −2 Go to diff View file
M src/themes/common/css/utils/_toolbar.scss +1 −1 Go to diff View file
M src/themes/common/css/utils/_trackerv3.scss +8 −7 Go to diff View file
M src/themes/common/css/utils/_tree-node.scss +2 −2 Go to diff View file
M src/themes/common/css/utils/_tuleap-modal.scss +6 −6 Go to diff View file
M src/themes/common/css/utils/_utils.scss +51 −51 Go to diff View file
M src/themes/common/css/utils/_widget.scss +10 −7 Go to diff View file
M src/themes/common/css/utils/_wiki.scss +7 −7 Go to diff View file
M src/themes/tlp/src/fonts/tlp-font/tlp-font.scss +38 −38 Go to diff View file
M src/themes/tlp/src/scss/_components.scss +20 −20 Go to diff View file
M src/themes/tlp/src/scss/_reset.scss +6 −4 Go to diff View file
M src/themes/tlp/src/scss/_vendor.scss +2 −2 Go to diff View file
M src/themes/tlp/src/scss/components/_alerts.scss +5 −5 Go to diff View file
M src/themes/tlp/src/scss/components/_avatars.scss +1 −1 Go to diff View file
M src/themes/tlp/src/scss/components/_badges.scss +17 −20 Go to diff View file
M src/themes/tlp/src/scss/components/_button-bar.scss +4 −4 Go to diff View file
M src/themes/tlp/src/scss/components/_buttons.scss +28 −81 Go to diff View file
M src/themes/tlp/src/scss/components/_css-var-root.scss +59 −64 Go to diff View file
M src/themes/tlp/src/scss/components/_dropdowns.scss +28 −20 Go to diff View file
M src/themes/tlp/src/scss/components/_fonts.scss +7 −7 Go to diff View file
M src/themes/tlp/src/scss/components/_forms.scss +114 −80 Go to diff View file
M src/themes/tlp/src/scss/components/_modal.scss +3 −5 Go to diff View file
M src/themes/tlp/src/scss/components/_pagination.scss +2 −2 Go to diff View file
M src/themes/tlp/src/scss/components/_panes.scss +3 −3 Go to diff View file
M src/themes/tlp/src/scss/components/_relative-dates.scss +3 −3 Go to diff View file
M src/themes/tlp/src/scss/components/_skeleton.scss +2 −2 Go to diff View file
M src/themes/tlp/src/scss/components/_switch.scss +7 −8 Go to diff View file
M src/themes/tlp/src/scss/components/_tables.scss +2 −4 Go to diff View file
M src/themes/tlp/src/scss/components/_tabs.scss +9 −10 Go to diff View file
M src/themes/tlp/src/scss/components/_tooltips.scss +2 −2 Go to diff View file
M src/themes/tlp/src/scss/components/_typography.scss +3 −3 Go to diff View file
M src/themes/tlp/src/scss/tlp-vars-blue-condensed.scss +3 −3 Go to diff View file
M src/themes/tlp/src/scss/tlp-vars-blue.scss +3 −3 Go to diff View file
M src/themes/tlp/src/scss/tlp-vars-green-condensed.scss +3 −3 Go to diff View file
M src/themes/tlp/src/scss/tlp-vars-green.scss +3 −3 Go to diff View file
M src/themes/tlp/src/scss/tlp-vars-grey-condensed.scss +3 −3 Go to diff View file
M src/themes/tlp/src/scss/tlp-vars-grey.scss +3 −3 Go to diff View file
M src/themes/tlp/src/scss/tlp-vars-orange-condensed.scss +3 −3 Go to diff View file
M src/themes/tlp/src/scss/tlp-vars-orange.scss +3 −3 Go to diff View file
M src/themes/tlp/src/scss/tlp-vars-purple-condensed.scss +3 −3 Go to diff View file
M src/themes/tlp/src/scss/tlp-vars-purple.scss +3 −3 Go to diff View file
M src/themes/tlp/src/scss/tlp-vars-red-condensed.scss +3 −3 Go to diff View file
M src/themes/tlp/src/scss/tlp-vars-red.scss +3 −3 Go to diff View file
M src/themes/tlp/src/scss/tlp.scss +4 −4 Go to diff View file
M src/themes/tlp/src/scss/variables/_density.scss +2 −2 Go to diff View file
M src/themes/tlp/src/scss/variables/_names.scss +1 −8 Go to diff View file
M src/themes/tlp/src/scss/variables/colors/_blue-colors.scss +12 −13 Go to diff View file
M src/themes/tlp/src/scss/variables/colors/_color-classes.scss +25 −25 Go to diff View file
M src/themes/tlp/src/scss/variables/colors/_common-colors.scss +19 −19 Go to diff View file
M src/themes/tlp/src/scss/variables/colors/_green-colors.scss +12 −12 Go to diff View file
M src/themes/tlp/src/scss/variables/colors/_grey-colors.scss +12 −12 Go to diff View file
M src/themes/tlp/src/scss/variables/colors/_orange-colors.scss +12 −12 Go to diff View file
M src/themes/tlp/src/scss/variables/colors/_purple-colors.scss +12 −12 Go to diff View file
M src/themes/tlp/src/scss/variables/colors/_red-colors.scss +12 −12 Go to diff View file
M src/themes/tlp/src/scss/variables/colors/_swatch-colors.scss +49 −97 Go to diff View file
M src/themes/tlp/src/scss/variables/variables-blue.scss +3 −3 Go to diff View file
M src/themes/tlp/src/scss/variables/variables-common.scss +3 −3 Go to diff View file
M src/themes/tlp/src/scss/variables/variables-green.scss +3 −3 Go to diff View file
M src/themes/tlp/src/scss/variables/variables-grey.scss +3 −3 Go to diff View file
M src/themes/tlp/src/scss/variables/variables-orange.scss +3 −3 Go to diff View file
M src/themes/tlp/src/scss/variables/variables-purple.scss +3 −3 Go to diff View file
M src/themes/tlp/src/scss/variables/variables-red.scss +3 −3 Go to diff View file
M tests/actions.groovy +1 −1 Go to diff View file
M tools/utils/githooks/pre-commit-03-stylelint +1 −1 Go to diff View file