Skip to content
Snippets Groups Projects
Commit 0dec20ea authored by Andreas Kienast's avatar Andreas Kienast
Browse files

[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: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarAndreas Kienast <a.fernandez@scripting-base.de>
Tested-by: default avatarAndreas Kienast <a.fernandez@scripting-base.de>
parent dfa3a35d
Branches
Tags
No related merge requests found
......@@ -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",
......
......@@ -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",
......
......@@ -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%)}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment