From 8b06714a02754362ed4a94c097e8944e28c4d58d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Apr 2025 08:33:50 +0100 Subject: [PATCH] Update dependency stylelint-config-standard to v38 (#29768) * Update dependency stylelint-config-standard to v38 * Iterate Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com> --- package.json | 2 +- .../views/elements/_FilterDropdown.pcss | 2 +- res/css/components/views/location/_Marker.pcss | 2 +- .../views/location/_ZoomButtons.pcss | 2 +- res/css/components/views/pips/_WidgetPip.pcss | 4 ++-- res/css/structures/_ContextualMenu.pcss | 2 +- res/css/structures/_GenericDropdownMenu.pcss | 2 +- res/css/structures/_SpaceHierarchy.pcss | 2 +- res/css/structures/_SpacePanel.pcss | 12 ++++++------ res/css/structures/_SplashPage.pcss | 14 +++++++------- res/css/structures/_ToastContainer.pcss | 4 ++-- res/css/structures/auth/_Registration.pcss | 2 +- res/css/views/auth/_AuthFooter.pcss | 2 +- res/css/views/auth/_AuthPage.pcss | 2 +- res/css/views/dialogs/_CompoundDialog.pcss | 2 +- .../dialogs/_MessageEditHistoryDialog.pcss | 4 ++-- res/css/views/elements/_ServerPicker.pcss | 2 +- res/css/views/emojipicker/_EmojiPicker.pcss | 4 ++-- res/css/views/location/_LocationPicker.pcss | 2 +- res/css/views/messages/_MImageBody.pcss | 2 +- res/css/views/right_panel/_BaseCard.pcss | 4 ++-- res/css/views/right_panel/_EmptyState.pcss | 2 +- res/css/views/right_panel/_ExtensionsCard.pcss | 2 +- .../views/right_panel/_PinnedMessagesCard.pcss | 2 +- res/css/views/rooms/_EventBubbleTile.pcss | 2 +- res/css/views/rooms/_PinnedMessageBanner.pcss | 2 +- .../settings/encryption/_EncryptionCard.pcss | 2 +- res/css/views/voip/_LegacyCallView.pcss | 4 ++-- res/css/views/voip/_VideoFeed.pcss | 2 +- yarn.lock | 18 +++++++++--------- 30 files changed, 55 insertions(+), 55 deletions(-) diff --git a/package.json b/package.json index 7beedabe36..159ca2879b 100644 --- a/package.json +++ b/package.json @@ -286,7 +286,7 @@ "semver": "^7.5.2", "source-map-loader": "^5.0.0", "stylelint": "^16.13.0", - "stylelint-config-standard": "^37.0.0", + "stylelint-config-standard": "^38.0.0", "stylelint-scss": "^6.0.0", "stylelint-value-no-unknown-custom-properties": "^6.0.1", "terser-webpack-plugin": "^5.3.9", diff --git a/res/css/components/views/elements/_FilterDropdown.pcss b/res/css/components/views/elements/_FilterDropdown.pcss index a2682213c6..22eb5f2ff1 100644 --- a/res/css/components/views/elements/_FilterDropdown.pcss +++ b/res/css/components/views/elements/_FilterDropdown.pcss @@ -16,7 +16,7 @@ Please see LICENSE files in the repository root for full details. border: 1px solid $quinary-content; border-radius: 8px; - box-shadow: 0px 1px 3px rgba(23, 25, 28, 0.05); + box-shadow: 0px 1px 3px rgb(23, 25, 28, 0.05); background-color: $system; diff --git a/res/css/components/views/location/_Marker.pcss b/res/css/components/views/location/_Marker.pcss index 5a8fef9199..a3bfc10f52 100644 --- a/res/css/components/views/location/_Marker.pcss +++ b/res/css/components/views/location/_Marker.pcss @@ -14,7 +14,7 @@ Please see LICENSE files in the repository root for full details. width: 42px; height: 42px; border-radius: 50%; - filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2)); + filter: drop-shadow(0px 3px 5px rgb(0, 0, 0, 0.2)); background-color: currentColor; display: flex; diff --git a/res/css/components/views/location/_ZoomButtons.pcss b/res/css/components/views/location/_ZoomButtons.pcss index f98c7bf1b0..bb7d72e4e8 100644 --- a/res/css/components/views/location/_ZoomButtons.pcss +++ b/res/css/components/views/location/_ZoomButtons.pcss @@ -24,7 +24,7 @@ Please see LICENSE files in the repository root for full details. height: $ZoomButtons_button-size; width: $ZoomButtons_button-size; background: $background; - box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25); + box-shadow: 0px 4px 12px rgb(0, 0, 0, 0.25); .mx_ZoomButtons_icon { $ZoomButtons_icon-size: 12px; diff --git a/res/css/components/views/pips/_WidgetPip.pcss b/res/css/components/views/pips/_WidgetPip.pcss index e515e3eec0..b9ad791021 100644 --- a/res/css/components/views/pips/_WidgetPip.pcss +++ b/res/css/components/views/pips/_WidgetPip.pcss @@ -48,7 +48,7 @@ $height: 220px; display: flex; font-size: $font-12px; font-weight: var(--cpd-font-weight-semibold); - background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0)); + background: linear-gradient(rgb(0, 0, 0, 0.9), rgb(0, 0, 0, 0)); } .mx_WidgetPip_backButton { @@ -69,5 +69,5 @@ $height: 220px; display: flex; justify-content: flex-end; align-items: flex-end; - background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)); + background: linear-gradient(rgb(0, 0, 0, 0), rgb(0, 0, 0, 0.9)); } diff --git a/res/css/structures/_ContextualMenu.pcss b/res/css/structures/_ContextualMenu.pcss index 9e6be31ac0..3c1363f896 100644 --- a/res/css/structures/_ContextualMenu.pcss +++ b/res/css/structures/_ContextualMenu.pcss @@ -23,7 +23,7 @@ Please see LICENSE files in the repository root for full details. .mx_ContextualMenu { border-radius: 12px; - box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1); + box-shadow: 0px 4px 24px rgb(0, 0, 0, 0.1); background-color: var(--cpd-color-bg-canvas-default); border: var(--cpd-border-width-1) solid var(--cpd-color-border-interactive-secondary); color: $primary-content; diff --git a/res/css/structures/_GenericDropdownMenu.pcss b/res/css/structures/_GenericDropdownMenu.pcss index dd9dc0ade1..1d0fb79648 100644 --- a/res/css/structures/_GenericDropdownMenu.pcss +++ b/res/css/structures/_GenericDropdownMenu.pcss @@ -41,7 +41,7 @@ Please see LICENSE files in the repository root for full details. padding-bottom: 10px; border: 1px solid $quinary-content; - box-shadow: 0 1px 3px rgba(23, 25, 28, 0.05); + box-shadow: 0 1px 3px rgb(23, 25, 28, 0.05); } .mx_ContextualMenu_chevron_top { diff --git a/res/css/structures/_SpaceHierarchy.pcss b/res/css/structures/_SpaceHierarchy.pcss index c1be2eb142..88c40b6fab 100644 --- a/res/css/structures/_SpaceHierarchy.pcss +++ b/res/css/structures/_SpaceHierarchy.pcss @@ -293,7 +293,7 @@ Please see LICENSE files in the repository root for full details. > hr { border: none; height: 1px; - background-color: rgba(141, 151, 165, 0.2); + background-color: rgb(141, 151, 165, 0.2); margin: 20px 0; } diff --git a/res/css/structures/_SpacePanel.pcss b/res/css/structures/_SpacePanel.pcss index 664d781829..3436e5b3a7 100644 --- a/res/css/structures/_SpacePanel.pcss +++ b/res/css/structures/_SpacePanel.pcss @@ -352,9 +352,9 @@ Please see LICENSE files in the repository root for full details. mask-image: linear-gradient( to top, transparent, - rgba(255, 255, 255, 30%) 4px, - rgba(255, 255, 255, 55%) 8px, - rgba(255, 255, 255, 75%) 12px, + rgb(255, 255, 255, 30%) 4px, + rgb(255, 255, 255, 55%) 8px, + rgb(255, 255, 255, 75%) 12px, black 16px ); } @@ -370,9 +370,9 @@ Please see LICENSE files in the repository root for full details. linear-gradient( to top, transparent, - rgba(255, 255, 255, 30%) 4px, - rgba(255, 255, 255, 55%) 8px, - rgba(255, 255, 255, 75%) 12px, + rgb(255, 255, 255, 30%) 4px, + rgb(255, 255, 255, 55%) 8px, + rgb(255, 255, 255, 75%) 12px, black 16px ); mask-position: diff --git a/res/css/structures/_SplashPage.pcss b/res/css/structures/_SplashPage.pcss index 26eec65a93..bd57fbb48d 100644 --- a/res/css/structures/_SplashPage.pcss +++ b/res/css/structures/_SplashPage.pcss @@ -19,12 +19,12 @@ Please see LICENSE files in the repository root for full details. background-image: radial-gradient( 53.85% 66.75% at 87.55% 0%, - hsla(250deg, 76%, 71%, 0.261) 0%, - hsla(250deg, 100%, 88%, 0) 100% + hsl(250deg, 76%, 71%, 0.261) 0%, + hsl(250deg, 100%, 88%, 0) 100% ), - radial-gradient(41.93% 41.93% at 0% 0%, hsla(222deg, 29%, 20%, 0.28) 0%, hsla(250deg, 100%, 88%, 0) 100%), - radial-gradient(100% 100% at 0% 0%, hsla(250deg, 100%, 88%, 0.174) 0%, hsla(0deg, 100%, 86%, 0) 100%), - radial-gradient(106.35% 96.26% at 100% 0%, hsla(250deg, 100%, 88%, 0.4) 0%, hsla(167deg, 76%, 82%, 0) 100%); + radial-gradient(41.93% 41.93% at 0% 0%, hsl(222deg, 29%, 20%, 0.28) 0%, hsl(250deg, 100%, 88%, 0) 100%), + radial-gradient(100% 100% at 0% 0%, hsl(250deg, 100%, 88%, 0.174) 0%, hsl(0deg, 100%, 86%, 0) 100%), + radial-gradient(106.35% 96.26% at 100% 0%, hsl(250deg, 100%, 88%, 0.4) 0%, hsl(167deg, 76%, 82%, 0) 100%); /* blur to reduce color banding issues due to alpha-blending multiple gradients */ filter: blur(8px); inset: -9px; @@ -34,8 +34,8 @@ Please see LICENSE files in the repository root for full details. /* gradient to apply different amounts of dithering to different parts of the gradient */ linear-gradient( to bottom, - /* 10% dithering at the top */ rgba(0, 0, 0, 0.9) 20%, - /* 80% dithering at the bottom */ rgba(0, 0, 0, 0.2) 100% + /* 10% dithering at the top */ rgb(0, 0, 0, 0.9) 20%, + /* 80% dithering at the bottom */ rgb(0, 0, 0, 0.2) 100% ); } } diff --git a/res/css/structures/_ToastContainer.pcss b/res/css/structures/_ToastContainer.pcss index 6022c01c99..0ab0816392 100644 --- a/res/css/structures/_ToastContainer.pcss +++ b/res/css/structures/_ToastContainer.pcss @@ -21,7 +21,7 @@ Please see LICENSE files in the repository root for full details. grid-row: 2 / 4; grid-column: 1; background-color: $system; - box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5); + box-shadow: 0px 4px 20px rgb(0, 0, 0, 0.5); border-radius: 8px; } @@ -30,7 +30,7 @@ Please see LICENSE files in the repository root for full details. grid-column: 1; background-color: var(--cpd-color-bg-canvas-default); color: $primary-content; - box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1); + box-shadow: 0px 4px 24px rgb(0, 0, 0, 0.1); border: var(--cpd-border-width-1) solid var(--cpd-color-border-interactive-secondary); border-radius: 12px; overflow: hidden; diff --git a/res/css/structures/auth/_Registration.pcss b/res/css/structures/auth/_Registration.pcss index 409767e1da..a1833df1d0 100644 --- a/res/css/structures/auth/_Registration.pcss +++ b/res/css/structures/auth/_Registration.pcss @@ -37,7 +37,7 @@ Please see LICENSE files in the repository root for full details. justify-content: space-between; padding-top: 16px; margin-top: 16px; - border-top: 1px solid rgba(141, 151, 165, 0.2); + border-top: 1px solid rgb(141, 151, 165, 0.2); > * { flex-basis: content; diff --git a/res/css/views/auth/_AuthFooter.pcss b/res/css/views/auth/_AuthFooter.pcss index 96b41406ad..57545e7691 100644 --- a/res/css/views/auth/_AuthFooter.pcss +++ b/res/css/views/auth/_AuthFooter.pcss @@ -11,7 +11,7 @@ Please see LICENSE files in the repository root for full details. font: var(--cpd-font-body-md-regular); opacity: 0.72; padding: 20px 0; - background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); + background: linear-gradient(rgb(0, 0, 0, 0), rgb(0, 0, 0, 0.8)); } .mx_AuthFooter a:link, diff --git a/res/css/views/auth/_AuthPage.pcss b/res/css/views/auth/_AuthPage.pcss index 469bca5053..3ae17122be 100644 --- a/res/css/views/auth/_AuthPage.pcss +++ b/res/css/views/auth/_AuthPage.pcss @@ -19,7 +19,7 @@ Please see LICENSE files in the repository root for full details. display: flex; margin: 100px auto auto; border-radius: 4px; - box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.33); + box-shadow: 0 2px 4px 0 rgb(0, 0, 0, 0.33); background-color: $authpage-modal-bg-color; @media only screen and (max-height: 768px) { diff --git a/res/css/views/dialogs/_CompoundDialog.pcss b/res/css/views/dialogs/_CompoundDialog.pcss index b43fa1f14e..1c3ba01f1c 100644 --- a/res/css/views/dialogs/_CompoundDialog.pcss +++ b/res/css/views/dialogs/_CompoundDialog.pcss @@ -77,7 +77,7 @@ Please see LICENSE files in the repository root for full details. max-height: 80%; .mx_CompoundDialog_footer { - box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.05); /* hardcoded colour for both themes */ + box-shadow: 0px -4px 4px rgb(0, 0, 0, 0.05); /* hardcoded colour for both themes */ z-index: 1; /* needed to make footer & shadow appear above dialog content */ } } diff --git a/res/css/views/dialogs/_MessageEditHistoryDialog.pcss b/res/css/views/dialogs/_MessageEditHistoryDialog.pcss index 8105833830..5d06545ae8 100644 --- a/res/css/views/dialogs/_MessageEditHistoryDialog.pcss +++ b/res/css/views/dialogs/_MessageEditHistoryDialog.pcss @@ -34,13 +34,13 @@ Please see LICENSE files in the repository root for full details. .mx_EditHistoryMessage_deletion { color: rgb(255, 76, 85); - background-color: rgba(255, 76, 85, 0.1); + background-color: rgb(255, 76, 85, 0.1); text-decoration: line-through; } .mx_EditHistoryMessage_insertion { color: rgb(26, 169, 123); - background-color: rgba(26, 169, 123, 0.1); + background-color: rgb(26, 169, 123, 0.1); text-decoration: underline; } diff --git a/res/css/views/elements/_ServerPicker.pcss b/res/css/views/elements/_ServerPicker.pcss index fa0b46599f..aced0976ce 100644 --- a/res/css/views/elements/_ServerPicker.pcss +++ b/res/css/views/elements/_ServerPicker.pcss @@ -9,7 +9,7 @@ Please see LICENSE files in the repository root for full details. .mx_ServerPicker { margin-bottom: 14px; padding-bottom: $spacing-16; - border-bottom: 1px solid rgba(141, 151, 165, 0.2); + border-bottom: 1px solid rgb(141, 151, 165, 0.2); display: grid; grid-template-columns: auto min-content; grid-template-rows: auto auto auto; diff --git a/res/css/views/emojipicker/_EmojiPicker.pcss b/res/css/views/emojipicker/_EmojiPicker.pcss index c1a666a672..7542424605 100644 --- a/res/css/views/emojipicker/_EmojiPicker.pcss +++ b/res/css/views/emojipicker/_EmojiPicker.pcss @@ -20,7 +20,7 @@ Please see LICENSE files in the repository root for full details. flex: 1; overflow-y: scroll; scrollbar-width: thin; - scrollbar-color: rgba(0, 0, 0, 0.2) transparent; + scrollbar-color: rgb(0, 0, 0, 0.2) transparent; } .mx_EmojiPicker_header { @@ -201,7 +201,7 @@ Please see LICENSE files in the repository root for full details. } .mx_EmojiPicker_item_selected { - color: rgba(0, 0, 0, 0.5); + color: rgb(0, 0, 0, 0.5); border: 1px solid $accent; padding: 4px; } diff --git a/res/css/views/location/_LocationPicker.pcss b/res/css/views/location/_LocationPicker.pcss index 9384411cf8..c103f7d68a 100644 --- a/res/css/views/location/_LocationPicker.pcss +++ b/res/css/views/location/_LocationPicker.pcss @@ -76,7 +76,7 @@ Please see LICENSE files in the repository root for full details. pointer-events: none; span { - box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15); + box-shadow: 0px 4px 15px rgb(0, 0, 0, 0.15); border-radius: 8px; padding: $spacing-8; background-color: $background; diff --git a/res/css/views/messages/_MImageBody.pcss b/res/css/views/messages/_MImageBody.pcss index bb5f879568..0e73c1d55c 100644 --- a/res/css/views/messages/_MImageBody.pcss +++ b/res/css/views/messages/_MImageBody.pcss @@ -25,7 +25,7 @@ Please see LICENSE files in the repository root for full details. overflow: hidden; /* Hardcoded colours because it's the same on all themes */ - background-color: rgba(0, 0, 0, 0.6); + background-color: rgb(0, 0, 0, 0.6); color: #ffffff; } diff --git a/res/css/views/right_panel/_BaseCard.pcss b/res/css/views/right_panel/_BaseCard.pcss index 83e1fc28d4..035485428a 100644 --- a/res/css/views/right_panel/_BaseCard.pcss +++ b/res/css/views/right_panel/_BaseCard.pcss @@ -99,7 +99,7 @@ Please see LICENSE files in the repository root for full details. .mx_AccessibleButton_kind_secondary { color: $secondary-content; - background-color: rgba(141, 151, 165, 0.2); + background-color: rgb(141, 151, 165, 0.2); font: var(--cpd-font-body-md-semibold); } @@ -125,7 +125,7 @@ Please see LICENSE files in the repository root for full details. padding-bottom: 10px; border: var(--cpd-border-width-1) solid var(--cpd-color-border-interactive-secondary); - box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1); + box-shadow: 0px 4px 24px rgb(0, 0, 0, 0.1); } .mx_ContextualMenu_chevron_top { diff --git a/res/css/views/right_panel/_EmptyState.pcss b/res/css/views/right_panel/_EmptyState.pcss index 05bc2882b8..15e78414c9 100644 --- a/res/css/views/right_panel/_EmptyState.pcss +++ b/res/css/views/right_panel/_EmptyState.pcss @@ -30,7 +30,7 @@ Please see LICENSE files in the repository root for full details. height: 775px; right: -253.77px; top: 0; - background: radial-gradient(49.95% 49.95% at 50% 50%, rgba(13, 189, 139, 0.12) 0%, rgba(18, 115, 235, 0) 100%); + background: radial-gradient(49.95% 49.95% at 50% 50%, rgb(13, 189, 139, 0.12) 0%, rgb(18, 115, 235, 0) 100%); transform: rotate(-89.69deg); overflow: hidden; } diff --git a/res/css/views/right_panel/_ExtensionsCard.pcss b/res/css/views/right_panel/_ExtensionsCard.pcss index 65dc23f667..0dbfc056cd 100644 --- a/res/css/views/right_panel/_ExtensionsCard.pcss +++ b/res/css/views/right_panel/_ExtensionsCard.pcss @@ -70,7 +70,7 @@ Please see LICENSE files in the repository root for full details. top: var(--cpd-space-2x); /* equal to padding-top of parent */ left: 0; border-radius: 12px; - background-color: rgba(141, 151, 165, 0.1); + background-color: rgb(141, 151, 165, 0.1); } } diff --git a/res/css/views/right_panel/_PinnedMessagesCard.pcss b/res/css/views/right_panel/_PinnedMessagesCard.pcss index 6a15653398..1b73787f22 100644 --- a/res/css/views/right_panel/_PinnedMessagesCard.pcss +++ b/res/css/views/right_panel/_PinnedMessagesCard.pcss @@ -37,7 +37,7 @@ Please see LICENSE files in the repository root for full details. display: flex; justify-content: center; align-items: center; - box-shadow: 0 4px 24px 0 rgba(27, 29, 34, 0.1); + box-shadow: 0 4px 24px 0 rgb(27, 29, 34, 0.1); background: var(--cpd-color-bg-canvas-default); } diff --git a/res/css/views/rooms/_EventBubbleTile.pcss b/res/css/views/rooms/_EventBubbleTile.pcss index c25cbfcec4..1607c45924 100644 --- a/res/css/views/rooms/_EventBubbleTile.pcss +++ b/res/css/views/rooms/_EventBubbleTile.pcss @@ -312,7 +312,7 @@ Please see LICENSE files in the repository root for full details. .mx_MessageTimestamp { border-radius: var(--MBody-border-radius); /* Hardcoded colours because it's the same on all themes */ - background-color: rgba(0, 0, 0, 0.6); + background-color: rgb(0, 0, 0, 0.6); color: #ffffff; padding: 0px 4px 0px 4px; } diff --git a/res/css/views/rooms/_PinnedMessageBanner.pcss b/res/css/views/rooms/_PinnedMessageBanner.pcss index da9b75b17d..d7f3ddd1fb 100644 --- a/res/css/views/rooms/_PinnedMessageBanner.pcss +++ b/res/css/views/rooms/_PinnedMessageBanner.pcss @@ -19,7 +19,7 @@ border-bottom: 1px solid var(--cpd-color-gray-400); /* From figma */ - box-shadow: 0 var(--cpd-space-2x) var(--cpd-space-6x) calc(var(--cpd-space-2x) * -1) rgba(27, 29, 34, 0.1); + box-shadow: 0 var(--cpd-space-2x) var(--cpd-space-6x) calc(var(--cpd-space-2x) * -1) rgb(27, 29, 34, 0.1); .mx_PinnedMessageBanner_main { background: transparent; diff --git a/res/css/views/settings/encryption/_EncryptionCard.pcss b/res/css/views/settings/encryption/_EncryptionCard.pcss index 87118135e5..5598facfa9 100644 --- a/res/css/views/settings/encryption/_EncryptionCard.pcss +++ b/res/css/views/settings/encryption/_EncryptionCard.pcss @@ -12,7 +12,7 @@ padding: var(--cpd-space-10x); border-radius: var(--cpd-space-4x); /* From figma */ - box-shadow: 0 1.2px 2.4px 0 rgba(27, 29, 34, 0.15); + box-shadow: 0 1.2px 2.4px 0 rgb(27, 29, 34, 0.15); border: 1px solid var(--cpd-color-gray-400); .mx_EncryptionCard_header { diff --git a/res/css/views/voip/_LegacyCallView.pcss b/res/css/views/voip/_LegacyCallView.pcss index 007e8b5000..93d3e23f8b 100644 --- a/res/css/views/voip/_LegacyCallView.pcss +++ b/res/css/views/voip/_LegacyCallView.pcss @@ -95,7 +95,7 @@ Please see LICENSE files in the repository root for full details. height: 100%; left: 0; right: 0; - background-color: rgba(0, 0, 0, 0.6); + background-color: rgb(0, 0, 0, 0.6); } } @@ -144,7 +144,7 @@ Please see LICENSE files in the repository root for full details. border-radius: 8px; background-color: $system; - box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2); + box-shadow: 0px 4px 20px rgb(0, 0, 0, 0.2); .mx_LegacyCallViewButtons { bottom: 13px; diff --git a/res/css/views/voip/_VideoFeed.pcss b/res/css/views/voip/_VideoFeed.pcss index 6abe390126..8522fbb4f0 100644 --- a/res/css/views/voip/_VideoFeed.pcss +++ b/res/css/views/voip/_VideoFeed.pcss @@ -56,7 +56,7 @@ Please see LICENSE files in the repository root for full details. width: 24px; height: 24px; - background-color: rgba(0, 0, 0, 0.5); /* Same on both themes */ + background-color: rgb(0, 0, 0, 0.5); /* Same on both themes */ border-radius: 100%; &::before { diff --git a/yarn.lock b/yarn.lock index 11f72fa4b5..87561b5e75 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12138,17 +12138,17 @@ stylehacks@^7.0.4: browserslist "^4.23.3" postcss-selector-parser "^6.1.2" -stylelint-config-recommended@^15.0.0: - version "15.0.0" - resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-15.0.0.tgz#93d48db401215708b724f078533864e52085a07b" - integrity sha512-9LejMFsat7L+NXttdHdTq94byn25TD+82bzGRiV1Pgasl99pWnwipXS5DguTpp3nP1XjvLXVnEJIuYBfsRjRkA== +stylelint-config-recommended@^16.0.0: + version "16.0.0" + resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-16.0.0.tgz#0221f19902816fe7d53d9a01eb0be4cc7b4fe80a" + integrity sha512-4RSmPjQegF34wNcK1e1O3Uz91HN8P1aFdFzio90wNK9mjgAI19u5vsU868cVZboKzCaa5XbpvtTzAAGQAxpcXA== -stylelint-config-standard@^37.0.0: - version "37.0.0" - resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-37.0.0.tgz#55e75c7215d5398b096d2f75af6a16693c18532d" - integrity sha512-+6eBlbSTrOn/il2RlV0zYGQwRTkr+WtzuVSs1reaWGObxnxLpbcspCUYajVQHonVfxVw2U+h42azGhrBvcg8OA== +stylelint-config-standard@^38.0.0: + version "38.0.0" + resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-38.0.0.tgz#9d673ec1f35d7569476ee4b0582e7dd5faebf036" + integrity sha512-uj3JIX+dpFseqd/DJx8Gy3PcRAJhlEZ2IrlFOc4LUxBX/PNMEQ198x7LCOE2Q5oT9Vw8nyc4CIL78xSqPr6iag== dependencies: - stylelint-config-recommended "^15.0.0" + stylelint-config-recommended "^16.0.0" stylelint-scss@^6.0.0: version "6.11.1"