stable
Clone or download
Read-only
request #15090 Enforce Stylelint checks in CI
How to test: CI jobs pass Most changes come from converting named colors to hex and disabling naming rules for older stylesheets. Some vendor prefixed properties have been replace with standards. They have been supported for years (transform, animation, box-shadow, border-radius, box-sizing) IE <= 7 hacks like *width have been removed. Change-Id: I7595fc9d4e8ddf32cbf9512021be4dce50d91cce
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/themes/FlamingParrot/css/_default-style.scss | +0 | −1 | Go to diff View file |
M | plugins/crosstracker/themes/BurningParrot/css/_query-edition.scss | +3 | −2 | Go to diff View file |
M | plugins/docman/themes/default/css/style.scss | +21 | −21 | Go to diff View file |
M | plugins/document/themes/BurningParrot/document/_headers.scss | +1 | −1 | Go to diff View file |
M | plugins/document/themes/BurningParrot/document/_new-document.scss | +1 | −1 | Go to diff View file |
M | plugins/document/themes/BurningParrot/document/_update-document.scss | +1 | −1 | Go to diff View file |
M | plugins/forumml/themes/css/style.scss | +14 | −12 | Go to diff View file |
M | plugins/git/themes/BurningParrot/_gitphp-override.scss | +8 | −7 | Go to diff View file |
M | plugins/git/themes/BurningParrot/repository/_repository.scss | +1 | −2 | Go to diff View file |
M | plugins/git/themes/default/css/style.scss | +431 | −396 | Go to diff View file |
M | plugins/hudson/themes/default/style.scss | +2 | −2 | Go to diff View file |
M | plugins/hudson_git/themes/default/css/style.scss | +1 | −1 | Go to diff View file |
M | plugins/label/themes/BurningParrot/css/_labels-box.scss | +4 | −2 | Go to diff View file |
M | plugins/ldap/themes/BurningParrot/css/_project-admin-ugroups.scss | +1 | −2 | Go to diff View file |
M | plugins/mediawiki/themes/default/style.scss | +34 | −9 | Go to diff View file |
M | plugins/openidconnectclient/themes/Account/style.scss | +1 | −1 | Go to diff View file |
M | plugins/openidconnectclient/themes/BurningParrot/css/includes/_button-colors.scss | +21 | −2 | Go to diff View file |
M | plugins/openidconnectclient/themes/BurningParrot/css/includes/_provider-admin-modal.scss | +26 | −9 | Go to diff View file |
M | plugins/openidconnectclient/themes/default/css/style.scss | +104 | −41 | Go to diff View file |
M | plugins/testmanagement/themes/BurningParrot/css/includes/_campaign.scss | +4 | −2 | Go to diff View file |
M | plugins/testmanagement/themes/BurningParrot/css/includes/_colors.scss | +4 | −4 | Go to diff View file |
M | plugins/testmanagement/themes/BurningParrot/css/includes/_link_issue_modal.scss | +1 | −1 | Go to diff View file |
M | plugins/testmanagement/themes/BurningParrot/css/includes/_presence.scss | +24 | −24 | Go to diff View file |
M | plugins/testmanagement/themes/BurningParrot/css/includes/_socket.scss | +3 | −3 | Go to diff View file |
M | plugins/timetracking/themes/FlamingParrot/css/style.scss | +2 | −2 | Go to diff View file |
M | plugins/tracker/themes/default/css/includes/_xml-validation.scss | +1 | −1 | Go to diff View file |
M | plugins/tuleap_synchro/themes/BurningParrot/css/_tuleap-synchro.scss | +1 | −1 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_avatar.scss | +4 | −4 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_bootstrap-overrides.scss | +45 | −35 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_breadcrumb.scss | +2 | −2 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_content.scss | +3 | −2 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_feedback.scss | +2 | −1 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_jscrollpane-overrides.scss | +2 | −1 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_keyboard-modal.scss | +2 | −2 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_navbar-dropdown-history.scss | +6 | −6 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_navbar.scss | +1 | −1 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_phpwiki.scss | +1 | −1 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_project-admin.scss | +1 | −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 | +8 | −6 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_search.scss | +15 | −12 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_sidebar.scss | +4 | −2 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_svn.scss | +26 | −4 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_tracker-v3.scss | +4 | −4 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_trovecat.scss | +1 | −1 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_variables-common.scss | +2 | −2 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_widget.scss | +12 | −12 | Go to diff View file |
M | src/themes/common/css/utils/_account-confirmation.scss | +27 | −89 | Go to diff View file |
M | src/themes/common/css/utils/_account-maintenance.scss | +12 | −12 | Go to diff View file |
M | src/themes/common/css/utils/_admin.scss | +27 | −29 | Go to diff View file |
M | src/themes/common/css/utils/_avatars.scss | +4 | −4 | Go to diff View file |
M | src/themes/common/css/utils/_burndown.scss | +9 | −8 | Go to diff View file |
M | src/themes/common/css/utils/_calendar.scss | +2 | −2 | Go to diff View file |
M | src/themes/common/css/utils/_colorpicker.scss | +1 | −3 | Go to diff View file |
M | src/themes/common/css/utils/_datepicker.scss | +65 | −64 | Go to diff View file |
M | src/themes/common/css/utils/_diff.scss | +6 | −6 | Go to diff View file |
M | src/themes/common/css/utils/_dropdown-panel.scss | +8 | −8 | Go to diff View file |
M | src/themes/common/css/utils/_lab.scss | +2 | −2 | Go to diff View file |
M | src/themes/common/css/utils/_lightwindow.scss | +87 | −85 | Go to diff View file |
M | src/themes/common/css/utils/_list-user-autocomplete.scss | +8 | −8 | Go to diff View file |
M | src/themes/common/css/utils/_login.scss | +25 | −23 | Go to diff View file |
M | src/themes/common/css/utils/_lytebox.scss | +127 | −97 | Go to diff View file |
M | src/themes/common/css/utils/_mail.scss | +65 | −37 | Go to diff View file |
M | src/themes/common/css/utils/_massmail.scss | +2 | −2 | Go to diff View file |
M | src/themes/common/css/utils/_mention.scss | +2 | −2 | Go to diff View file |
M | src/themes/common/css/utils/_multi-step-project.scss | +2 | −2 | Go to diff View file |
M | src/themes/common/css/utils/_news.scss | +16 | −14 | Go to diff View file |
M | src/themes/common/css/utils/_notifications.scss | +1 | −1 | Go to diff View file |
M | src/themes/common/css/utils/_one-step-project.scss | +24 | −24 | Go to diff View file |
M | src/themes/common/css/utils/_password-validator.scss | +7 | −7 | Go to diff View file |
M | src/themes/common/css/utils/_permission-delegation.scss | +27 | −23 | Go to diff View file |
M | src/themes/common/css/utils/_project-confirmation.scss | +13 | −18 | Go to diff View file |
M | src/themes/common/css/utils/_project-privacy.scss | +7 | −5 | Go to diff View file |
M | src/themes/common/css/utils/_register.scss | +27 | −24 | Go to diff View file |
M | src/themes/common/css/utils/_resource-restrictor.scss | +6 | −5 | Go to diff View file |
M | src/themes/common/css/utils/_rte.scss | +7 | −7 | Go to diff View file |
M | src/themes/common/css/utils/_search-as-you-type.scss | +10 | −8 | Go to diff View file |
M | src/themes/common/css/utils/_search.scss | +74 | −67 | Go to diff View file |
M | src/themes/common/css/utils/_sortable.scss | +3 | −3 | Go to diff View file |
M | src/themes/common/css/utils/_svn.scss | +67 | −60 | Go to diff View file |
M | src/themes/common/css/utils/_tablekit.scss | +6 | −6 | Go to diff View file |
M | src/themes/common/css/utils/_target.scss | +1 | −1 | Go to diff View file |
M | src/themes/common/css/utils/_textbox.scss | +46 | −47 | Go to diff View file |
M | src/themes/common/css/utils/_timezone.scss | +4 | −3 | Go to diff View file |
M | src/themes/common/css/utils/_toggler.scss | +11 | −7 | Go to diff View file |
M | src/themes/common/css/utils/_toolbar.scss | +5 | −5 | Go to diff View file |
M | src/themes/common/css/utils/_trackerv3.scss | +27 | −23 | Go to diff View file |
M | src/themes/common/css/utils/_tree-node.scss | +1 | −5 | Go to diff View file |
M | src/themes/common/css/utils/_tuleap-modal.scss | +63 | −73 | Go to diff View file |
D | src/themes/common/css/utils/_user-preferences.scss | +0 | −9 | Go to diff View file |
M | src/themes/common/css/utils/_utils.scss | +0 | −1 | Go to diff View file |
M | src/themes/common/css/utils/_wiki.scss | +23 | −16 | Go to diff View file |
M | tests/Jenkinsfile | +10 | −0 | Go to diff View file |
M | tests/actions.groovy | +6 | −0 | Go to diff View file |
M | tools/utils/githooks/pre-commit-03-stylelint | +2 | −58 | Go to diff View file |