From 0dec20ea84214df226afb049afaa24413888e8db Mon Sep 17 00:00:00 2001 From: Andreas Kienast <a.fernandez@scripting-base.de> Date: Tue, 6 Feb 2024 15:41:01 +0100 Subject: [PATCH] [TASK] Update `sass` Executed commands: npm install --save-dev sass@^1.17.0 npm run build Resolves: #103065 Releases: main, 12.4 Change-Id: Id8d3ad111a751299266bdc3abe59c54a15df010c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82835 Tested-by: core-ci <typo3@b13.com> Reviewed-by: Andreas Kienast <a.fernandez@scripting-base.de> Tested-by: Andreas Kienast <a.fernandez@scripting-base.de> --- Build/package-lock.json | 8 ++++---- Build/package.json | 2 +- typo3/sysext/dashboard/Resources/Public/Css/dashboard.css | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Build/package-lock.json b/Build/package-lock.json index a6935e1491e3..ae1957592f59 100644 --- a/Build/package-lock.json +++ b/Build/package-lock.json @@ -148,7 +148,7 @@ "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-svg": "^2.0.0", "rollup-plugin-terser": "^7.0.2", - "sass": "^1.62.0", + "sass": "^1.70.0", "sharp": "^0.33.1", "sinon": "^17.0.1", "stylelint": "^14.11.0", @@ -13737,9 +13737,9 @@ "license": "MIT" }, "node_modules/sass": { - "version": "1.62.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.62.0.tgz", - "integrity": "sha512-Q4USplo4pLYgCi+XlipZCWUQz5pkg/ruSSgJ0WRDSb/+3z9tXUOkQ7QPYn4XrhZKYAK4HlpaQecRwKLJX6+DBg==", + "version": "1.70.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.70.0.tgz", + "integrity": "sha512-uUxNQ3zAHeAx5nRFskBnrWzDUJrrvpCPD5FNAoRvTi0WwremlheES3tg+56PaVtCs5QDRX5CBLxxKMDJMEa1WQ==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", diff --git a/Build/package.json b/Build/package.json index 4affc79b3ef1..5220c1f88a8c 100644 --- a/Build/package.json +++ b/Build/package.json @@ -69,7 +69,7 @@ "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-svg": "^2.0.0", "rollup-plugin-terser": "^7.0.2", - "sass": "^1.62.0", + "sass": "^1.70.0", "sharp": "^0.33.1", "sinon": "^17.0.1", "stylelint": "^14.11.0", diff --git a/typo3/sysext/dashboard/Resources/Public/Css/dashboard.css b/typo3/sysext/dashboard/Resources/Public/Css/dashboard.css index 2912ec7178f4..aa2fbfabd9b3 100644 --- a/typo3/sysext/dashboard/Resources/Public/Css/dashboard.css +++ b/typo3/sysext/dashboard/Resources/Public/Css/dashboard.css @@ -68,7 +68,7 @@ .widget-content-title span{overflow:hidden;display:block;white-space:nowrap;text-overflow:ellipsis} .widget-content-main{flex-grow:1;overflow-y:auto;padding:20px} .widget-content-footer{padding:20px;padding-top:0} -.widget-actions{position:absolute;display:flex;top:calc((16px * 1.25)/ 2 + (20px / 2));inset-inline-end:10px;transform:translate(0,-50%);opacity:0;transition:opacity .2s ease-in-out} +.widget-actions{position:absolute;display:flex;top:calc(16px * 1.25 / 2 + 20px / 2);inset-inline-end:10px;transform:translate(0,-50%);opacity:0;transition:opacity .2s ease-in-out} .widget-action{width:28px;height:28px;position:relative;color:#737373;text-align:center} .widget-action:focus,.widget-action:hover{color:#ff8700} .widget-action .icon{position:absolute;top:50%;inset-inline-start:50%;transform:translate(calc(-50% * var(--typo3-position-modifier)),-50%)} -- GitLab