diff --git a/webapp/channels/src/components/__snapshots__/searchable_channel_list.test.tsx.snap b/webapp/channels/src/components/__snapshots__/searchable_channel_list.test.tsx.snap
index ac38d23951..41b1a9b018 100644
--- a/webapp/channels/src/components/__snapshots__/searchable_channel_list.test.tsx.snap
+++ b/webapp/channels/src/components/__snapshots__/searchable_channel_list.test.tsx.snap
@@ -11,8 +11,8 @@ exports[`components/SearchableChannelList should match init snapshot 1`] = `
aria-hidden="true"
id="searchIcon"
>
-
-
+
@@ -191,7 +193,9 @@ exports[`components/AddGroupsToChannelModal should match when renderOption is ca
-
+
@@ -238,7 +242,9 @@ exports[`components/AddGroupsToChannelModal should match when renderOption is ca
-
+
diff --git a/webapp/channels/src/components/add_groups_to_channel_modal/add_groups_to_channel_modal.tsx b/webapp/channels/src/components/add_groups_to_channel_modal/add_groups_to_channel_modal.tsx
index 03d55748aa..2b9a63ee21 100644
--- a/webapp/channels/src/components/add_groups_to_channel_modal/add_groups_to_channel_modal.tsx
+++ b/webapp/channels/src/components/add_groups_to_channel_modal/add_groups_to_channel_modal.tsx
@@ -13,7 +13,6 @@ import type {ActionFunc} from 'mattermost-redux/types/actions';
import MultiSelect from 'components/multiselect/multiselect';
import type {Value} from 'components/multiselect/multiselect';
-import AddIcon from 'components/widgets/icons/fa_add_icon';
import groupsAvatar from 'images/groups-avatar.png';
import Constants from 'utils/constants';
@@ -218,7 +217,7 @@ export default class AddGroupsToChannelModal extends React.PureComponent
-
+
@@ -271,7 +270,7 @@ export default class AddGroupsToChannelModal extends React.PureComponent
-
+
-
+
@@ -195,7 +197,9 @@ exports[`components/AddGroupsToTeamModal should match when renderOption is calle
-
+
diff --git a/webapp/channels/src/components/add_groups_to_team_modal/add_groups_to_team_modal.tsx b/webapp/channels/src/components/add_groups_to_team_modal/add_groups_to_team_modal.tsx
index 6b768a1b95..757309aecf 100644
--- a/webapp/channels/src/components/add_groups_to_team_modal/add_groups_to_team_modal.tsx
+++ b/webapp/channels/src/components/add_groups_to_team_modal/add_groups_to_team_modal.tsx
@@ -12,7 +12,6 @@ import {SyncableType} from '@mattermost/types/groups';
import Nbsp from 'components/html_entities/nbsp';
import MultiSelect from 'components/multiselect/multiselect';
import type {Value} from 'components/multiselect/multiselect';
-import AddIcon from 'components/widgets/icons/fa_add_icon';
import groupsAvatar from 'images/groups-avatar.png';
import Constants from 'utils/constants';
@@ -222,7 +221,7 @@ export default class AddGroupsToTeamModal extends React.PureComponent
-
+
diff --git a/webapp/channels/src/components/add_user_to_group_multiselect/multiselect_option/multiselect_option.tsx b/webapp/channels/src/components/add_user_to_group_multiselect/multiselect_option/multiselect_option.tsx
index 778c81160f..ceb6c98bc1 100644
--- a/webapp/channels/src/components/add_user_to_group_multiselect/multiselect_option/multiselect_option.tsx
+++ b/webapp/channels/src/components/add_user_to_group_multiselect/multiselect_option/multiselect_option.tsx
@@ -12,7 +12,6 @@ import {isGuest} from 'mattermost-redux/utils/user_utils';
import type {Value} from 'components/multiselect/multiselect';
import ProfilePicture from 'components/profile_picture';
-import AddIcon from 'components/widgets/icons/fa_add_icon';
import BotTag from 'components/widgets/tag/bot_tag';
import GuestTag from 'components/widgets/tag/guest_tag';
@@ -58,7 +57,9 @@ const MultiSelectOption = React.forwardRef(({
-
+
diff --git a/webapp/channels/src/components/add_users_to_team_modal/add_users_to_team_modal.tsx b/webapp/channels/src/components/add_users_to_team_modal/add_users_to_team_modal.tsx
index 42eae05cf4..3191e623d4 100644
--- a/webapp/channels/src/components/add_users_to_team_modal/add_users_to_team_modal.tsx
+++ b/webapp/channels/src/components/add_users_to_team_modal/add_users_to_team_modal.tsx
@@ -14,7 +14,6 @@ import {isGuest} from 'mattermost-redux/utils/user_utils';
import MultiSelect from 'components/multiselect/multiselect';
import type {Value} from 'components/multiselect/multiselect';
import ProfilePicture from 'components/profile_picture';
-import AddIcon from 'components/widgets/icons/fa_add_icon';
import BotTag from 'components/widgets/tag/bot_tag';
import GuestTag from 'components/widgets/tag/guest_tag';
@@ -134,7 +133,9 @@ export default class AddUsersToTeamModal extends React.PureComponent
-
+
diff --git a/webapp/channels/src/components/admin_console/billing/delete_workspace/delete_workspace_modal.tsx b/webapp/channels/src/components/admin_console/billing/delete_workspace/delete_workspace_modal.tsx
index 88f6299482..046f4c9a3e 100644
--- a/webapp/channels/src/components/admin_console/billing/delete_workspace/delete_workspace_modal.tsx
+++ b/webapp/channels/src/components/admin_console/billing/delete_workspace/delete_workspace_modal.tsx
@@ -183,6 +183,7 @@ export default function DeleteWorkspaceModal(props: Props) {
return (
diff --git a/webapp/channels/src/components/admin_console/license_settings/license_settings.scss b/webapp/channels/src/components/admin_console/license_settings/license_settings.scss
index 1782039420..88ba400075 100644
--- a/webapp/channels/src/components/admin_console/license_settings/license_settings.scss
+++ b/webapp/channels/src/components/admin_console/license_settings/license_settings.scss
@@ -39,15 +39,6 @@
}
}
-.modal .modal-header .close {
- opacity: 0.7;
-
- &:hover {
- background: none;
- opacity: 1;
- }
-}
-
.banner-start-trial {
.license-trial-legal-terms {
color: #3f4350;
diff --git a/webapp/channels/src/components/admin_console/license_settings/modals/confirm_license_removal_modal.scss b/webapp/channels/src/components/admin_console/license_settings/modals/confirm_license_removal_modal.scss
index 64255eb5a1..765a04b0d4 100644
--- a/webapp/channels/src/components/admin_console/license_settings/modals/confirm_license_removal_modal.scss
+++ b/webapp/channels/src/components/admin_console/license_settings/modals/confirm_license_removal_modal.scss
@@ -1,17 +1,7 @@
.ConfirmLicenseRemovalModal {
- .modal-header {
- border-bottom: none !important;
- background: none !important;
-
- button.close {
- span {
- color: rgba(63, 67, 80, 0.56) !important;
- }
- }
- }
-
.modal-body {
padding-top: 0 !important;
+ padding-bottom: 40px !important;
}
.content-body {
diff --git a/webapp/channels/src/components/admin_console/license_settings/modals/confirm_license_removal_modal.tsx b/webapp/channels/src/components/admin_console/license_settings/modals/confirm_license_removal_modal.tsx
index 20ccd49ee6..a707ffe714 100644
--- a/webapp/channels/src/components/admin_console/license_settings/modals/confirm_license_removal_modal.tsx
+++ b/webapp/channels/src/components/admin_console/license_settings/modals/confirm_license_removal_modal.tsx
@@ -50,6 +50,7 @@ const ConfirmLicenseRemovalModal: React.FC = (props: Props): JSX.Element
return (
= (props: Props): JSX.Element | null => {
// Note: DO NOT LOCALISE THESE STRINGS. Legally we can not since the license is in English.
return (
{
className={'UploadLicenseModal'}
show={show}
id='UploadLicenseModal'
+ compassDesign={true}
onExited={handleOnClose}
>
{uploadLicenseContent}
diff --git a/webapp/channels/src/components/admin_console/permission_schemes_settings/edit_post_time_limit_modal/edit_post_time_limit_modal.tsx b/webapp/channels/src/components/admin_console/permission_schemes_settings/edit_post_time_limit_modal/edit_post_time_limit_modal.tsx
index b14d7378a2..8fc18a07a7 100644
--- a/webapp/channels/src/components/admin_console/permission_schemes_settings/edit_post_time_limit_modal/edit_post_time_limit_modal.tsx
+++ b/webapp/channels/src/components/admin_console/permission_schemes_settings/edit_post_time_limit_modal/edit_post_time_limit_modal.tsx
@@ -95,7 +95,7 @@ export default function EditPostTimeLimitModal(props: Props) {
id='edit_post.time_limit_modal.description'
defaultMessage='Setting a time limit **applies to all users** who have the "Edit Post" permissions in any permission scheme.'
/>
-
+
+
+ {errorMessage}
+
-
- {errorMessage}
-
diff --git a/webapp/channels/src/components/air_gapped_self_hosted_purchase_modal/index.tsx b/webapp/channels/src/components/air_gapped_self_hosted_purchase_modal/index.tsx
index 4f95572b01..d802cee237 100644
--- a/webapp/channels/src/components/air_gapped_self_hosted_purchase_modal/index.tsx
+++ b/webapp/channels/src/components/air_gapped_self_hosted_purchase_modal/index.tsx
@@ -20,6 +20,7 @@ export default function AirGappedSelfHostedPurhcaseModal() {
App Marketplace
@@ -353,6 +356,7 @@ exports[`components/marketplace/ should render with error banner 1`] = `
className="GenericModal__header"
>
App Marketplace
@@ -507,6 +511,7 @@ exports[`components/marketplace/ should render with no plugins available 1`] = `
className="GenericModal__header"
>
App Marketplace
@@ -652,6 +657,7 @@ exports[`components/marketplace/ should render with plugins available 1`] = `
className="GenericModal__header"
>
App Marketplace
@@ -815,6 +821,7 @@ exports[`components/marketplace/ should render with plugins installed 1`] = `
className="GenericModal__header"
>