diff --git a/changelog.d/roundup4.skip b/changelog.d/roundup4.skip deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/App.scss b/src/App.scss index 6fa3a95b7..78c20c0f9 100644 --- a/src/App.scss +++ b/src/App.scss @@ -498,6 +498,8 @@ nav { box-sizing: content-box; color: inherit; + --shadow: none; + &.-link { /* stylelint-disable-next-line declaration-no-important */ color: var(--link) !important; @@ -1094,8 +1096,3 @@ option { } } } - -@property --shadow { - syntax: "*"; - inherits: false; -} diff --git a/src/components/checkbox/checkbox.vue b/src/components/checkbox/checkbox.vue index b6eab3ef7..e447595f2 100644 --- a/src/components/checkbox/checkbox.vue +++ b/src/components/checkbox/checkbox.vue @@ -85,8 +85,6 @@ export default { width: 1.2em; height: 1.2em; box-shadow: none; - - --_shadow: var(--shadow); } &-indicator::before { @@ -98,7 +96,7 @@ export default { width: 1.1em; height: 1.1em; border-radius: var(--roundness); - box-shadow: var(--_shadow); + box-shadow: var(--shadow); background-color: var(--background); vertical-align: top; text-align: center; diff --git a/src/components/post_status_form/post_status_form.js b/src/components/post_status_form/post_status_form.js index f9eb1bdcd..944c43153 100644 --- a/src/components/post_status_form/post_status_form.js +++ b/src/components/post_status_form/post_status_form.js @@ -363,12 +363,6 @@ const PostStatusForm = { } }, safeToSaveDraft () { - console.log('safe', ( - this.newStatus.status || - this.newStatus.spoilerText || - this.newStatus.files?.length || - this.newStatus.hasPoll - ) && this.saveable) return ( this.newStatus.status || this.newStatus.spoilerText || diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index 260a89cb7..e5eaa3af8 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -334,26 +334,22 @@ class="dropdown-menu" role="menu" > - + + + diff --git a/src/components/settings_modal/tabs/general_tab.vue b/src/components/settings_modal/tabs/general_tab.vue index c8db96c5e..9d23630a9 100644 --- a/src/components/settings_modal/tabs/general_tab.vue +++ b/src/components/settings_modal/tabs/general_tab.vue @@ -269,17 +269,14 @@ {{ $t('settings.image_compression') }} - +
  • + + {{ $t('settings.always_use_jpeg') }} + +
  • = 0) { combination.lazy = true } - - if ( - parent?.component !== 'Root' && - !virtualComponents.has(component.name) && - !transparentComponents.has(component.name) && - extraCompileComponents.has(component.name) - ) { + if (extraCompileComponents.has(component.name)) { combination.lazy = true }