Skip to content

Commit a5d8f4c

Browse files
authored
Merge pull request #48702 from nextcloud/chore/update-sass-loader
chore: migrate from deprecated SASS API and SASS JS API
2 parents dc92218 + 39ebc6e commit a5d8f4c

File tree

275 files changed

+861
-8500
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

275 files changed

+861
-8500
lines changed

apps/files_sharing/css/icons.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/files_sharing/css/mobile.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/files_sharing/css/public.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/files_sharing/css/publicView.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/settings/css/settings.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/settings/src/components/AppStoreDiscover/PostType.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,15 +252,15 @@ export default defineComponent({
252252
}
253253
254254
&__play-icon {
255+
position: absolute;
256+
top: -46px; // half of the icon height
257+
inset-inline-end: -46px; // half of the icon width
258+
255259
&-wrapper {
256260
position: relative;
257261
top: -50%;
258262
inset-inline-start: -50%;
259263
}
260-
261-
position: absolute;
262-
top: -46px; // half of the icon height
263-
inset-inline-end: -46px; // half of the icon width
264264
}
265265
}
266266

apps/settings/src/components/Users/UserListHeader.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ export default Vue.extend({
143143
@import './shared/styles.scss';
144144
145145
.header {
146+
border-bottom: 1px solid var(--color-border);
147+
146148
@include row;
147149
@include cell;
148-
149-
border-bottom: 1px solid var(--color-border);
150150
}
151151
</style>

0 commit comments

Comments
 (0)