@rh-support/troubleshoot 2.6.14 → 2.6.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/esm/components/AccountInfo/AccountSelector.js +4 -4
- package/lib/esm/components/AccountInfo/ManagedAccountsDropdown.js +1 -1
- package/lib/esm/components/CaseEditView/ActiveCustomerEscalation/ActiveCustomerEscalation.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/ActiveCustomerEscalation/ActiveCustomerEscalation.js +21 -18
- package/lib/esm/components/CaseEditView/ActiveCustomerEscalation/RequestEscalationModal.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/ActiveCustomerEscalation/RequestEscalationModal.js +45 -34
- package/lib/esm/components/CaseEditView/CaseDetailsAside.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/CaseDetailsAside.js +13 -19
- package/lib/esm/components/CaseEditView/CaseDetailsErrorMessage.js +1 -1
- package/lib/esm/components/CaseEditView/CaseDetailsTabs.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/CaseDetailsTabs.js +8 -8
- package/lib/esm/components/CaseEditView/CaseOverview/CaseOwnerInfo.js +1 -1
- package/lib/esm/components/CaseEditView/CaseOverview/DateTime.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/CaseOverview/DateTime.js +1 -1
- package/lib/esm/components/CaseEditView/CaseOverview/index.js +8 -8
- package/lib/esm/components/CaseEditView/CaseSolutions/CaseSolutions.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/CaseSolutions/CaseSolutions.js +20 -19
- package/lib/esm/components/CaseEditView/CaseSolutions/CaseSolutionsItem.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/CaseSolutions/CaseSolutionsItem.js +5 -5
- package/lib/esm/components/CaseEditView/CaseSolutions/HandpicketItem.js +3 -3
- package/lib/esm/components/CaseEditView/CaseSubscriptionAbuseAlert.js +1 -1
- package/lib/esm/components/CaseEditView/ConfirmationModals/ReopenCaseModal.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/ConfirmationModals/ReopenCaseModal.js +33 -23
- package/lib/esm/components/CaseEditView/PDFContainer.js +19 -15
- package/lib/esm/components/CaseEditView/RequestRemoteSession/ESSRemoteSession.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/RequestRemoteSession/ESSRemoteSession.js +9 -8
- package/lib/esm/components/CaseEditView/RequestRemoteSession/ESSRemoteSessionModal.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/RequestRemoteSession/ESSRemoteSessionModal.js +13 -16
- package/lib/esm/components/CaseEditView/RequestRemoteSession/NewEssTermsModal.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/RequestRemoteSession/NewEssTermsModal.js +51 -94
- package/lib/esm/components/CaseEditView/RequestRemoteSession/RemoteSessionAgreement.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/RequestRemoteSession/RemoteSessionAgreement.js +9 -8
- package/lib/esm/components/CaseEditView/RequestRemoteSession/RemoteSessionAgreementModal.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/RequestRemoteSession/RemoteSessionAgreementModal.js +36 -31
- package/lib/esm/components/CaseEditView/Tabs/CaseActionPlan/CaseActionPlan.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseActionPlan/CaseActionPlan.js +3 -3
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseContactPhoneNumber.js +2 -2
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseHostname.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseHostname.js +9 -7
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenShiftPopover.js +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenShiftV3Popover.js +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenshiftClusterId.js +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CasePhoneNumberConfirmAlert.js +2 -2
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseReferenceNumber.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseReferenceNumber.js +3 -3
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/ProductVersion.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/ProductVersion.js +2 -2
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/SFDCUrl.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/SFDCUrl.js +3 -4
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/Summary.js +2 -2
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseAttachment.js +2 -2
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseChat.js +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseComments.js +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseDiscussion.js +2 -2
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseExternalTrackerUpdate.js +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CommentSearch.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CommentSearch.js +2 -3
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment.js +5 -5
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/VerifyCaseStatusModal/VerifyCaseStatusModal.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/VerifyCaseStatusModal/VerifyCaseStatusModal.js +23 -17
- package/lib/esm/components/CaseEditView/Tabs/CaseHistory/Timeline.css +19 -4
- package/lib/esm/components/CaseEditView/Tabs/CaseHistory/Timeline.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseHistory/Timeline.js +5 -8
- package/lib/esm/components/CaseEditView/Tabs/CasePrivateNotes/CasePrivateNotes.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CasePrivateNotes/CasePrivateNotes.js +5 -4
- package/lib/esm/components/CaseEditView/Tabs/CaseSummary/CaseSummary.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseSummary/CaseSummary.js +4 -6
- package/lib/esm/components/CaseEditView/Tabs/CaseSummary/CaseSummaryErrorMessage.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseSummary/CaseSummaryErrorMessage.js +4 -6
- package/lib/esm/components/CaseEditView/Tabs/RMEEscalations/RMEEscalationList.js +1 -1
- package/lib/esm/components/CaseEditView/Tabs/RelatedTasks/RelatedTasks.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/RelatedTasks/RelatedTasks.js +2 -3
- package/lib/esm/components/CaseInformation/CaseGroup.d.ts.map +1 -1
- package/lib/esm/components/CaseInformation/CaseGroup.js +1 -2
- package/lib/esm/components/CaseInformation/CaseInformation.js +3 -3
- package/lib/esm/components/CaseInformation/ContactPhoneNumberPopOver.d.ts.map +1 -1
- package/lib/esm/components/CaseInformation/ContactPhoneNumberPopOver.js +1 -1
- package/lib/esm/components/CaseInformation/Description.js +4 -4
- package/lib/esm/components/CaseInformation/Fts.d.ts.map +1 -1
- package/lib/esm/components/CaseInformation/Fts.js +13 -9
- package/lib/esm/components/CaseInformation/OpenCaseIssue.js +2 -2
- package/lib/esm/components/CaseInformation/Severity.js +1 -1
- package/lib/esm/components/CaseInformation/SupportLevel.d.ts.map +1 -1
- package/lib/esm/components/CaseInformation/SupportLevel.js +16 -10
- package/lib/esm/components/CaseManagement/CaseLanguageSelector.d.ts.map +1 -1
- package/lib/esm/components/CaseManagement/CaseLanguageSelector.js +14 -11
- package/lib/esm/components/CaseManagement/CaseManagement.js +4 -4
- package/lib/esm/components/CaseManagement/Cep.d.ts.map +1 -1
- package/lib/esm/components/CaseManagement/Cep.js +44 -41
- package/lib/esm/components/CaseManagement/ESSRemoteSessionCheckBox.d.ts.map +1 -1
- package/lib/esm/components/CaseManagement/ESSRemoteSessionCheckBox.js +50 -42
- package/lib/esm/components/CaseManagement/NoClusterIDReasonSelector.d.ts.map +1 -1
- package/lib/esm/components/CaseManagement/NoClusterIDReasonSelector.js +39 -63
- package/lib/esm/components/CaseManagement/OpenShiftClusterId.js +1 -1
- package/lib/esm/components/CaseManagement/OpenshiftDropdownV4.d.ts.map +1 -1
- package/lib/esm/components/CaseManagement/OpenshiftDropdownV4.js +62 -36
- package/lib/esm/components/CaseManagement/RHAssociatesSelector.js +1 -1
- package/lib/esm/components/CaseManagement/SendNotifications/AddContactToGroupModal.d.ts.map +1 -1
- package/lib/esm/components/CaseManagement/SendNotifications/AddContactToGroupModal.js +8 -8
- package/lib/esm/components/CaseManagement/SendNotifications/AddCustomEmailToAccountModal.d.ts.map +1 -1
- package/lib/esm/components/CaseManagement/SendNotifications/AddCustomEmailToAccountModal.js +10 -10
- package/lib/esm/components/CaseManagement/SendNotifications/CaseContactSelector.js +2 -2
- package/lib/esm/components/CaseManagement/SendNotifications/NonOrgCaseNotifyeesSelector.d.ts.map +1 -1
- package/lib/esm/components/CaseManagement/SendNotifications/NonOrgCaseNotifyeesSelector.js +57 -16
- package/lib/esm/components/ConfirmationModals/NoAttachmentSelectedModal.d.ts.map +1 -1
- package/lib/esm/components/ConfirmationModals/NoAttachmentSelectedModal.js +12 -27
- package/lib/esm/components/ConfirmationModals/PreferredSecureSupportModal.d.ts.map +1 -1
- package/lib/esm/components/ConfirmationModals/PreferredSecureSupportModal.js +1 -1
- package/lib/esm/components/Cve/CveItem.d.ts.map +1 -1
- package/lib/esm/components/Cve/CveItem.js +10 -11
- package/lib/esm/components/Cve/CveModal.d.ts.map +1 -1
- package/lib/esm/components/Cve/CveModal.js +10 -11
- package/lib/esm/components/Cve/CvePanel.d.ts.map +1 -1
- package/lib/esm/components/Cve/CvePanel.js +3 -3
- package/lib/esm/components/Cve/CveSidebar.js +2 -2
- package/lib/esm/components/IdeaInformation/IdeaInformation.js +7 -7
- package/lib/esm/components/ImproveCase/KtQuestions.js +6 -6
- package/lib/esm/components/OpenCase/SupportTypeSelectorPage.d.ts.map +1 -1
- package/lib/esm/components/OpenCase/SupportTypeSelectorPage.js +6 -13
- package/lib/esm/components/ProductSelector/AllProductsSelector.js +8 -7
- package/lib/esm/components/ProductSelector/NewProductDropdownSelector.d.ts +1 -1
- package/lib/esm/components/ProductSelector/NewProductDropdownSelector.d.ts.map +1 -1
- package/lib/esm/components/ProductSelector/NewProductDropdownSelector.js +80 -53
- package/lib/esm/components/ProductSelector/NewProductVersionSelector.d.ts.map +1 -1
- package/lib/esm/components/ProductSelector/NewProductVersionSelector.js +14 -10
- package/lib/esm/components/ProductSelector/ProductSelector.js +1 -1
- package/lib/esm/components/ProductSelector/ProductVersionDropdownSelector.js +4 -4
- package/lib/esm/components/Recommendations/AsideResults.d.ts.map +1 -1
- package/lib/esm/components/Recommendations/AsideResults.js +5 -3
- package/lib/esm/components/Recommendations/ClusterRecommendationItems.js +1 -1
- package/lib/esm/components/Recommendations/ClusterRecommendations.js +1 -1
- package/lib/esm/components/Recommendations/ClusterRecommendationsModal.d.ts.map +1 -1
- package/lib/esm/components/Recommendations/ClusterRecommendationsModal.js +7 -11
- package/lib/esm/components/Recommendations/EARules/EARuleInfoAccordion.d.ts.map +1 -1
- package/lib/esm/components/Recommendations/EARules/EARuleInfoAccordion.js +4 -4
- package/lib/esm/components/Recommendations/EARules/EARuleInfoInline.js +7 -7
- package/lib/esm/components/Recommendations/InsightsResults.js +1 -1
- package/lib/esm/components/Recommendations/InsightsRuleInfo.d.ts.map +1 -1
- package/lib/esm/components/Recommendations/InsightsRuleInfo.js +16 -16
- package/lib/esm/components/Recommendations/RecommendationFeedbackModal.js +6 -6
- package/lib/esm/components/Recommendations/RecommendationInfoBox.d.ts.map +1 -1
- package/lib/esm/components/Recommendations/RecommendationInfoBox.js +7 -7
- package/lib/esm/components/Recommendations/Recommendations.d.ts.map +1 -1
- package/lib/esm/components/Recommendations/Recommendations.js +23 -20
- package/lib/esm/components/Recommendations/RecommendationsLoader.js +1 -1
- package/lib/esm/components/Recommendations/RulesModal.d.ts.map +1 -1
- package/lib/esm/components/Recommendations/RulesModal.js +7 -9
- package/lib/esm/components/Recommendations/WatsonxAiIcon.d.ts.map +1 -1
- package/lib/esm/components/Recommendations/WatsonxAiIcon.js +9 -10
- package/lib/esm/components/RemoteRider/RemoteRiderBanner.js +1 -1
- package/lib/esm/components/Review/Review.js +4 -4
- package/lib/esm/components/SessionRestore/RestoreLastSessionModal.js +5 -5
- package/lib/esm/components/SessionRestore/SessionRestore.js +1 -1
- package/lib/esm/components/SessionRestore/SessionRestoreCard.js +1 -1
- package/lib/esm/components/SubmitCase/SubmitCase.d.ts.map +1 -1
- package/lib/esm/components/SubmitCase/SubmitCase.js +21 -21
- package/lib/esm/components/Suggestions/Suggestions.js +2 -2
- package/lib/esm/components/Suggestions/TopContent.d.ts.map +1 -1
- package/lib/esm/components/Suggestions/TopContent.js +8 -8
- package/lib/esm/components/TroubleshootSection/TroubleshootSection.d.ts.map +1 -1
- package/lib/esm/components/TroubleshootSection/TroubleshootSection.js +13 -14
- package/lib/esm/components/UpdateSeverityModal/UpdateSeverityModal.d.ts.map +1 -1
- package/lib/esm/components/UpdateSeverityModal/UpdateSeverityModal.js +20 -16
- package/lib/esm/components/shared/Rule.js +6 -6
- package/lib/esm/components/shared/fileUpload/FileLister.js +6 -6
- package/lib/esm/components/shared/fileUpload/WidgetFileUploader.d.ts.map +1 -1
- package/lib/esm/components/shared/fileUpload/WidgetFileUploader.js +7 -6
- package/lib/esm/components/shared/fileUpload/common/FileUploaderInfoIcon.js +1 -1
- package/lib/esm/components/shared/fileUpload/css/fileSelector.css +1 -0
- package/lib/esm/components/shared/fileUpload/fileSelectors/FileSelectorButton.js +1 -1
- package/lib/esm/components/shared/fileUpload/fileSelectors/WidgetFileSelector.d.ts.map +1 -1
- package/lib/esm/components/shared/fileUpload/fileSelectors/WidgetFileSelector.js +4 -4
- package/lib/esm/components/shared/fileUpload/fileSelectors/WidgetFileSelectorImage.js +2 -2
- package/lib/esm/components/shared/input/ContactSelectorInternal.d.ts +15 -6
- package/lib/esm/components/shared/input/ContactSelectorInternal.d.ts.map +1 -1
- package/lib/esm/components/shared/input/ContactSelectorInternal.js +128 -23
- package/lib/esm/components/wizardLayout/MainSection.js +2 -2
- package/lib/esm/components/wizardLayout/NewFeatureModal.d.ts.map +1 -1
- package/lib/esm/components/wizardLayout/NewFeatureModal.js +6 -6
- package/lib/esm/components/wizardLayout/WizardAside.js +3 -3
- package/lib/esm/components/wizardLayout/WizardMain.d.ts.map +1 -1
- package/lib/esm/components/wizardLayout/WizardMain.js +61 -19
- package/lib/esm/components/wizardLayout/WizardNavigation.d.ts.map +1 -1
- package/lib/esm/components/wizardLayout/WizardNavigation.js +7 -13
- package/lib/esm/css/app.css +13 -13
- package/lib/esm/css/case.css +23 -16
- package/lib/esm/hooks/useWizard.d.ts.map +1 -1
- package/lib/esm/hooks/useWizard.js +1 -3
- package/lib/esm/reducers/RouteConstNTypes.d.ts +1 -2
- package/lib/esm/reducers/RouteConstNTypes.d.ts.map +1 -1
- package/lib/esm/reducers/RulesReducer.d.ts.map +1 -1
- package/lib/esm/scss/_main.scss +183 -88
- package/lib/esm/scss/_pf-overrides.scss +150 -140
- package/package.json +11 -11
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
// Overrides for Patternfly 4 components
|
|
2
2
|
|
|
3
3
|
:root {
|
|
4
|
-
// --pf-
|
|
4
|
+
// --pf-v6-global--FontFamily--sans-serif: "Red Hat Text", "Overpass", Helvetica, sans-serif !important;
|
|
5
5
|
--pfe-theme--font-size: 14.54545454px !important;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
-
.pf-
|
|
8
|
+
.pf-v6-c-backdrop {
|
|
9
9
|
-webkit-backdrop-filter: blur(10px);
|
|
10
10
|
background-color: rgba(3, 3, 3, 0.619608);
|
|
11
11
|
box-sizing: border-box;
|
|
12
12
|
color: rgb(21, 21, 21);
|
|
13
13
|
|
|
14
|
-
.pf-
|
|
14
|
+
.pf-v6-c-modal-box {
|
|
15
15
|
max-width: 90%;
|
|
16
16
|
|
|
17
17
|
@media (min-width: 992px) {
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
max-width: 50%;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
.pf-
|
|
25
|
+
.pf-v6-c-title {
|
|
26
26
|
margin-bottom: 1rem;
|
|
27
27
|
font-size: 20px;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
-
.pf-
|
|
30
|
+
.pf-v6-c-modal-box__body {
|
|
31
31
|
margin-top: 0;
|
|
32
32
|
margin-bottom: 0;
|
|
33
33
|
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
.pf-
|
|
39
|
+
.pf-v6-c-modal-box__footer {
|
|
40
40
|
margin: 0;
|
|
41
41
|
|
|
42
42
|
button:first-child {
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
|
|
47
47
|
// feedback form specific overrides
|
|
48
48
|
&.feedback-modal {
|
|
49
|
-
.pf-
|
|
49
|
+
.pf-v6-c-title {
|
|
50
50
|
margin-bottom: 1.5rem;
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
.pf-
|
|
53
|
+
.pf-v6-c-modal-box__body {
|
|
54
54
|
fieldset {
|
|
55
55
|
display: -ms-flexbox;
|
|
56
56
|
display: flex;
|
|
@@ -96,23 +96,23 @@
|
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
98
|
|
|
99
|
-
.pf-modal-overflow-visible .pf-
|
|
99
|
+
.pf-modal-overflow-visible .pf-v6-c-modal-box__body {
|
|
100
100
|
overflow: visible !important;
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
-
.pf-
|
|
104
|
+
.pf-v6-c-divider {
|
|
105
105
|
margin-bottom: 0.5rem;
|
|
106
106
|
margin-top: 0.5rem;
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
-
.pf-
|
|
110
|
-
.pf-
|
|
109
|
+
.pf-v6-c-alert {
|
|
110
|
+
.pf-v6-c-alert__title {
|
|
111
111
|
font-weight: 600 !important;
|
|
112
112
|
font-size: 15px;
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
-
.pf-
|
|
115
|
+
.pf-v6-c-alert__description .restore-session-list {
|
|
116
116
|
margin-bottom: 0;
|
|
117
117
|
padding-left: 0;
|
|
118
118
|
list-style: none;
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
}
|
|
154
154
|
}
|
|
155
155
|
|
|
156
|
-
.pf-
|
|
156
|
+
.pf-v6-c-alert__action {
|
|
157
157
|
button {
|
|
158
158
|
padding: 6px 12px;
|
|
159
159
|
background: transparent;
|
|
@@ -162,29 +162,28 @@
|
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
164
|
|
|
165
|
-
&.pf-
|
|
166
|
-
--pf-
|
|
167
|
-
--pf-v5-c-alert__icon--Color: #39a5dc;
|
|
165
|
+
&.pf-v6-c-alert.pf-m-inline {
|
|
166
|
+
--pf-v6-c-alert--m-inline--before--BackgroundColor: #39a5dc;
|
|
168
167
|
|
|
169
|
-
.pf-
|
|
168
|
+
.pf-v6-c-alert__description > * {
|
|
170
169
|
margin-bottom: 0;
|
|
171
170
|
}
|
|
172
171
|
}
|
|
173
172
|
}
|
|
174
173
|
|
|
175
174
|
#rh-support-case {
|
|
176
|
-
.pf-
|
|
177
|
-
.pf-
|
|
175
|
+
.pf-v6-c-expandable-section {
|
|
176
|
+
.pf-v6-c-expandable-section__content {
|
|
178
177
|
margin-top: 0 !important;
|
|
179
178
|
padding: 10px 5px;
|
|
180
179
|
border: 1px solid #d2d2d2;
|
|
181
180
|
border-top: none;
|
|
182
181
|
}
|
|
183
182
|
|
|
184
|
-
.pf-
|
|
183
|
+
.pf-v6-c-expandable-section__toggle {
|
|
185
184
|
font-size: 16px;
|
|
186
185
|
|
|
187
|
-
.pf-
|
|
186
|
+
.pf-v6-c-expandable-section__toggle-text {
|
|
188
187
|
margin-left: 8px;
|
|
189
188
|
font-weight: 500;
|
|
190
189
|
}
|
|
@@ -192,7 +191,7 @@
|
|
|
192
191
|
}
|
|
193
192
|
}
|
|
194
193
|
|
|
195
|
-
.pf-
|
|
194
|
+
.pf-v6-c-accordion {
|
|
196
195
|
padding: 0;
|
|
197
196
|
.pf-m-expanded ul {
|
|
198
197
|
list-style-type: none; //Because, FF
|
|
@@ -202,13 +201,13 @@
|
|
|
202
201
|
margin-bottom: 0;
|
|
203
202
|
margin-top: 0;
|
|
204
203
|
|
|
205
|
-
.pf-
|
|
206
|
-
.pf-
|
|
204
|
+
.pf-v6-c-accordion__toggle {
|
|
205
|
+
.pf-v6-c-accordion__toggle-text {
|
|
207
206
|
font-size: 16px;
|
|
208
207
|
}
|
|
209
208
|
|
|
210
209
|
&.pf-m-expanded {
|
|
211
|
-
.pf-
|
|
210
|
+
.pf-v6-c-accordion__toggle-text {
|
|
212
211
|
font-weight: 600;
|
|
213
212
|
}
|
|
214
213
|
}
|
|
@@ -217,25 +216,25 @@
|
|
|
217
216
|
}
|
|
218
217
|
|
|
219
218
|
.critical-solutions-modal {
|
|
220
|
-
&.pf-
|
|
219
|
+
&.pf-v6-c-modal-box {
|
|
221
220
|
max-width: 60% !important;
|
|
222
221
|
|
|
223
|
-
.pf-
|
|
222
|
+
.pf-v6-c-modal-box__body {
|
|
224
223
|
margin-bottom: 0;
|
|
225
224
|
padding-top: 0.5rem;
|
|
226
225
|
padding-bottom: 0;
|
|
227
226
|
}
|
|
228
227
|
}
|
|
229
228
|
|
|
230
|
-
.pf-
|
|
229
|
+
.pf-v6-c-accordion {
|
|
231
230
|
h3 {
|
|
232
231
|
margin-top: 0;
|
|
233
232
|
}
|
|
234
233
|
|
|
235
|
-
.pf-
|
|
234
|
+
.pf-v6-c-accordion__toggle {
|
|
236
235
|
padding: 0.8rem 1rem;
|
|
237
236
|
|
|
238
|
-
.pf-
|
|
237
|
+
.pf-v6-c-accordion__toggle-text {
|
|
239
238
|
overflow: visible;
|
|
240
239
|
max-width: 95%;
|
|
241
240
|
white-space: normal;
|
|
@@ -247,7 +246,7 @@
|
|
|
247
246
|
}
|
|
248
247
|
}
|
|
249
248
|
|
|
250
|
-
.pf-
|
|
249
|
+
.pf-v6-c-accordion__expanded-content-body {
|
|
251
250
|
padding: 1rem 1.5rem;
|
|
252
251
|
|
|
253
252
|
& > *:not(.ea-rule) .cta-link {
|
|
@@ -262,7 +261,7 @@
|
|
|
262
261
|
}
|
|
263
262
|
}
|
|
264
263
|
|
|
265
|
-
.pf-
|
|
264
|
+
.pf-v6-c-accordion__toggle-text .pf-v6-c-label {
|
|
266
265
|
font-weight: 400;
|
|
267
266
|
padding: 4px 8px;
|
|
268
267
|
line-height: 21px;
|
|
@@ -270,18 +269,17 @@
|
|
|
270
269
|
}
|
|
271
270
|
}
|
|
272
271
|
|
|
273
|
-
.pf-
|
|
272
|
+
.pf-v6-c-alert-group {
|
|
274
273
|
list-style: none;
|
|
275
274
|
}
|
|
276
275
|
|
|
277
276
|
.popular-solutions {
|
|
278
|
-
background-color: #286869 !important;
|
|
279
277
|
padding-top: 10px !important;
|
|
280
278
|
padding-bottom: 10px !important;
|
|
279
|
+
border-radius: var(--global-border-radius-small, 6px) var(--global-border-radius-small, 6px) 0px 0px !important;
|
|
281
280
|
|
|
282
281
|
.card-title {
|
|
283
|
-
|
|
284
|
-
font-weight: 900;
|
|
282
|
+
font-weight: 700;
|
|
285
283
|
}
|
|
286
284
|
div > button > span > svg {
|
|
287
285
|
color: white !important;
|
|
@@ -306,12 +304,11 @@
|
|
|
306
304
|
margin-bottom: 0;
|
|
307
305
|
padding: 0.5rem 0.8rem;
|
|
308
306
|
font-size: 15px;
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
color: var(--pf-v5-global--palette--white);
|
|
307
|
+
border: 1px solid var(--pf-t--color--gray--50);
|
|
308
|
+
color: var(--pf-t--color--white);
|
|
312
309
|
}
|
|
313
310
|
|
|
314
|
-
.file-diag .file-buttons .pf-
|
|
311
|
+
.file-diag .file-buttons .pf-v6-c-switch .pf-v6-c-switch__label {
|
|
315
312
|
padding-left: 10px;
|
|
316
313
|
font-size: 15px;
|
|
317
314
|
}
|
|
@@ -324,19 +321,19 @@
|
|
|
324
321
|
top: 20px !important;
|
|
325
322
|
}
|
|
326
323
|
|
|
327
|
-
.pf-
|
|
324
|
+
.pf-v6-c-button.pf-m-secondary[disabled]::after {
|
|
328
325
|
border: 0;
|
|
329
326
|
}
|
|
330
327
|
|
|
331
|
-
.pf-
|
|
328
|
+
.pf-v6-c-button .pf-m-active {
|
|
332
329
|
color: #06c;
|
|
333
330
|
}
|
|
334
331
|
|
|
335
332
|
// Override disable color on darker backgrounds
|
|
336
333
|
.case-overview-secondary,
|
|
337
334
|
#review {
|
|
338
|
-
.pf-
|
|
339
|
-
.pf-
|
|
335
|
+
.pf-v6-c-select__toggle.pf-m-disabled,
|
|
336
|
+
.pf-v6-c-select__toggle:disabled {
|
|
340
337
|
--pf-v5-c-select__toggle--Color: #ccc;
|
|
341
338
|
--pf-v5-c-select__toggle--BackgroundColor: #fff;
|
|
342
339
|
}
|
|
@@ -354,11 +351,11 @@ section.grid-aside-content pfe-accordion {
|
|
|
354
351
|
--pfe-accordion--FontWeight--header: 600;
|
|
355
352
|
}
|
|
356
353
|
|
|
357
|
-
div.pf-
|
|
354
|
+
div.pf-v6-c-modal-box__body label.pf-v6-c-switch {
|
|
358
355
|
padding: 1rem;
|
|
359
356
|
}
|
|
360
357
|
// override added padding
|
|
361
|
-
div.pf-
|
|
358
|
+
div.pf-v6-c-alert__description div.ea-rule p a.pf-v6-c-button {
|
|
362
359
|
padding: 0;
|
|
363
360
|
}
|
|
364
361
|
|
|
@@ -376,20 +373,20 @@ section div.file-recommendations h5 {
|
|
|
376
373
|
margin: 0 !important;
|
|
377
374
|
}
|
|
378
375
|
|
|
379
|
-
section div.file-recommendations h5 span div.pf-
|
|
376
|
+
section div.file-recommendations h5 span div.pf-v6-c-label-group {
|
|
380
377
|
display: flex;
|
|
381
378
|
}
|
|
382
379
|
|
|
383
|
-
div input.pf-
|
|
380
|
+
div input.pf-v6-c-form-control.pf-m-search {
|
|
384
381
|
background-image: none;
|
|
385
382
|
}
|
|
386
383
|
// To override font weight in CEP Form - PCM-11644
|
|
387
|
-
div#cep-details-modal.pf-
|
|
388
|
-
form.pf-
|
|
389
|
-
div.pf-
|
|
390
|
-
div.pf-
|
|
391
|
-
label.pf-
|
|
392
|
-
span.pf-
|
|
384
|
+
div#cep-details-modal.pf-v6-c-modal-box__body {
|
|
385
|
+
form.pf-v6-c-form.push-top-narrow {
|
|
386
|
+
div.pf-v6-c-form__group {
|
|
387
|
+
div.pf-v6-c-form__group-label {
|
|
388
|
+
label.pf-v6-c-form__label {
|
|
389
|
+
span.pf-v6-c-form__label-text {
|
|
393
390
|
font-weight: 600 !important;
|
|
394
391
|
}
|
|
395
392
|
}
|
|
@@ -400,24 +397,24 @@ div#cep-details-modal.pf-v5-c-modal-box__body {
|
|
|
400
397
|
|
|
401
398
|
// To override font weight in Request Escalation Form - PCM-11644
|
|
402
399
|
div#request-mgmt-escalation-modal.request-escalation-modal {
|
|
403
|
-
div.pf-
|
|
404
|
-
form.pf-
|
|
405
|
-
div.pf-
|
|
406
|
-
div.pf-
|
|
407
|
-
div.pf-
|
|
408
|
-
div.pf-
|
|
409
|
-
label.pf-
|
|
410
|
-
span.pf-
|
|
400
|
+
div.pf-v6-c-modal-box__body {
|
|
401
|
+
form.pf-v6-c-form.request-escalation-form {
|
|
402
|
+
div.pf-v6-l-grid.pf-m-all-12-col-on-md.pf-m-gutter {
|
|
403
|
+
div.pf-v6-l-grid__item.pf-m-6-col {
|
|
404
|
+
div.pf-v6-c-form__group {
|
|
405
|
+
div.pf-v6-c-form__group-label {
|
|
406
|
+
label.pf-v6-c-form__label {
|
|
407
|
+
span.pf-v6-c-form__label-text {
|
|
411
408
|
font-weight: 600 !important;
|
|
412
409
|
}
|
|
413
410
|
}
|
|
414
411
|
}
|
|
415
412
|
}
|
|
416
413
|
}
|
|
417
|
-
div.pf-
|
|
418
|
-
div.pf-
|
|
419
|
-
label.pf-
|
|
420
|
-
span.pf-
|
|
414
|
+
div.pf-v6-c-form__group {
|
|
415
|
+
div.pf-v6-c-form__group-label {
|
|
416
|
+
label.pf-v6-c-form__label {
|
|
417
|
+
span.pf-v6-c-form__label-text {
|
|
421
418
|
font-weight: 600 !important;
|
|
422
419
|
}
|
|
423
420
|
}
|
|
@@ -430,11 +427,11 @@ div#request-mgmt-escalation-modal.request-escalation-modal {
|
|
|
430
427
|
|
|
431
428
|
// To override font weight on reopen case modal - PCM-11644
|
|
432
429
|
#case-reopen-modal {
|
|
433
|
-
form.pf-
|
|
434
|
-
div.pf-
|
|
435
|
-
div.pf-
|
|
436
|
-
.pf-
|
|
437
|
-
.pf-
|
|
430
|
+
form.pf-v6-c-form.case-reopen-modal-form {
|
|
431
|
+
div.pf-v6-c-form__group {
|
|
432
|
+
div.pf-v6-c-form__group-label {
|
|
433
|
+
.pf-v6-c-form__label {
|
|
434
|
+
.pf-v6-c-form__label-text {
|
|
438
435
|
font-weight: 500 !important;
|
|
439
436
|
}
|
|
440
437
|
}
|
|
@@ -447,18 +444,18 @@ pfe-accordion {
|
|
|
447
444
|
box-shadow: inset 1px 1px 0px #d2d2d2, inset -1px -1px 0px #d2d2d2;
|
|
448
445
|
}
|
|
449
446
|
|
|
450
|
-
.pf-
|
|
451
|
-
.pf-
|
|
452
|
-
.pf-
|
|
447
|
+
.pf-v6-c-wizard__main,
|
|
448
|
+
.pf-v6-c-wizard__footer,
|
|
449
|
+
.pf-v6-c-wizard__nav {
|
|
453
450
|
z-index: 1 !important;
|
|
454
451
|
}
|
|
455
452
|
|
|
456
|
-
.pf-
|
|
453
|
+
.pf-v6-c-options-menu__menu {
|
|
457
454
|
z-index: 9 !important;
|
|
458
455
|
}
|
|
459
456
|
|
|
460
457
|
#tc-product-dropdown-selector {
|
|
461
|
-
.pf-
|
|
458
|
+
.pf-v6-c-select__menu {
|
|
462
459
|
z-index: 90 !important;
|
|
463
460
|
}
|
|
464
461
|
}
|
|
@@ -467,23 +464,20 @@ div.case-details-summary {
|
|
|
467
464
|
margin-bottom: 1.5rem;
|
|
468
465
|
}
|
|
469
466
|
|
|
470
|
-
.all-product-selector-dropdown .pf-
|
|
467
|
+
.all-product-selector-dropdown .pf-v6-c-select__menu-group-title:empty {
|
|
471
468
|
display: none;
|
|
472
469
|
}
|
|
473
470
|
|
|
474
|
-
.green-card-heading {
|
|
475
|
-
font-size: 16px !important;
|
|
476
|
-
}
|
|
477
|
-
|
|
478
471
|
.update-info-button {
|
|
479
|
-
--pf-
|
|
480
|
-
--pf-
|
|
481
|
-
--pf-
|
|
482
|
-
--pf-
|
|
472
|
+
--pf-v6-c-button--BackgroundColor: #fff;
|
|
473
|
+
--pf-v6-c-button--hover--BackgroundColor: #ededed;
|
|
474
|
+
--pf-v6-c-button--active--BackgroundColor: #ededed;
|
|
475
|
+
--pf-v6-c-button--focus--BackgroundColor: #ededed;
|
|
483
476
|
}
|
|
484
477
|
|
|
485
478
|
.submit-case-check-icon {
|
|
486
479
|
margin-right: 1rem;
|
|
480
|
+
margin-top: 24px !important;
|
|
487
481
|
}
|
|
488
482
|
|
|
489
483
|
.file-upload-group {
|
|
@@ -491,120 +485,136 @@ div.case-details-summary {
|
|
|
491
485
|
margin-bottom: 1rem !important;
|
|
492
486
|
}
|
|
493
487
|
|
|
494
|
-
.pf-
|
|
488
|
+
.pf-v6-c-alert p {
|
|
495
489
|
margin-bottom: 0;
|
|
496
490
|
}
|
|
497
491
|
|
|
498
|
-
.pf-
|
|
492
|
+
.pf-v6-c-label-group__list {
|
|
499
493
|
margin-bottom: 0;
|
|
500
494
|
}
|
|
501
495
|
|
|
502
|
-
.pf-
|
|
496
|
+
.pf-v6-c-panel__main-body {
|
|
503
497
|
padding: 0;
|
|
504
498
|
}
|
|
505
|
-
.pf-
|
|
506
|
-
.pf-
|
|
499
|
+
.pf-v6-c-form-control textarea,
|
|
500
|
+
.pf-v6-c-form-control input {
|
|
507
501
|
outline: none;
|
|
508
502
|
&:focus {
|
|
509
503
|
border-bottom-color: #06c;
|
|
510
504
|
}
|
|
511
505
|
}
|
|
512
506
|
|
|
513
|
-
.pf-
|
|
507
|
+
.pf-v6-c-wizard__main {
|
|
514
508
|
padding: 0 !important;
|
|
515
509
|
}
|
|
516
|
-
.pf-
|
|
510
|
+
.pf-v6-c-card {
|
|
517
511
|
header {
|
|
518
512
|
font-weight: 500;
|
|
519
513
|
}
|
|
520
514
|
}
|
|
521
515
|
|
|
522
|
-
ul.pf-
|
|
516
|
+
ul.pf-v6-c-tabs__list {
|
|
523
517
|
margin-bottom: 0px;
|
|
524
518
|
}
|
|
525
519
|
|
|
526
|
-
ul.pf-
|
|
520
|
+
ul.pf-v6-c-chip-group__list {
|
|
527
521
|
margin: 0px;
|
|
528
522
|
}
|
|
529
523
|
|
|
530
|
-
span.pf-
|
|
524
|
+
span.pf-v6-c-input-group__text {
|
|
531
525
|
display: inline-flex;
|
|
532
526
|
width: 100%;
|
|
533
527
|
}
|
|
534
528
|
|
|
535
529
|
.bookmark-search-dropdown-wrapper {
|
|
536
|
-
div.pf-
|
|
530
|
+
div.pf-v6-c-dropdown__toggle.pf-m-split-button.pf-m-action {
|
|
537
531
|
width: 100%;
|
|
538
532
|
}
|
|
539
533
|
}
|
|
540
534
|
|
|
541
|
-
.pf-
|
|
535
|
+
.pf-v6-c-list {
|
|
542
536
|
padding: 0;
|
|
543
537
|
}
|
|
544
538
|
|
|
545
539
|
.product-selector-group {
|
|
546
|
-
.pf-
|
|
547
|
-
font-weight:
|
|
540
|
+
.pf-v6-c-select__menu-group-title {
|
|
541
|
+
font-weight: 800;
|
|
548
542
|
}
|
|
549
543
|
}
|
|
550
544
|
|
|
551
|
-
.pf-v5-c-accordion__expandable-content {
|
|
552
|
-
margin: 0;
|
|
553
|
-
}
|
|
554
|
-
|
|
555
545
|
.top-content-suggestion-accordion {
|
|
556
546
|
dl dt {
|
|
557
547
|
margin: 0px;
|
|
558
548
|
}
|
|
559
|
-
.pf-
|
|
549
|
+
.pf-v6-c-accordion.pf-m-bordered {
|
|
560
550
|
margin: 0px;
|
|
561
551
|
padding: 0px;
|
|
562
552
|
}
|
|
563
553
|
|
|
564
554
|
border: 1px solid #d2d2d2;
|
|
555
|
+
border-radius: var(--global-border-radius-small, 6px);
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
.contact-select {
|
|
559
|
+
font-weight: normal !important;
|
|
560
|
+
|
|
561
|
+
input::placeholder,
|
|
562
|
+
.pf-v6-c-select__toggle-typeahead::placeholder {
|
|
563
|
+
font-weight: normal !important;
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
.escalation-header {
|
|
568
|
+
display: flex;
|
|
569
|
+
justify-content: space-between;
|
|
570
|
+
align-items: center;
|
|
571
|
+
width: 100%;
|
|
565
572
|
}
|
|
566
573
|
|
|
567
|
-
.
|
|
574
|
+
.top-content-card-wrapper {
|
|
575
|
+
background-color: transparent !important;
|
|
576
|
+
}
|
|
577
|
+
.pf-v6-c-alert__title {
|
|
568
578
|
margin-bottom: 0px;
|
|
569
579
|
}
|
|
570
580
|
|
|
571
581
|
.restore-session-alert {
|
|
572
|
-
.pf-
|
|
582
|
+
.pf-v6-c-alert__icon {
|
|
573
583
|
font-size: 18px;
|
|
574
584
|
}
|
|
575
|
-
.pf-
|
|
585
|
+
.pf-v6-c-alert__description {
|
|
576
586
|
margin-top: 0px;
|
|
577
587
|
}
|
|
578
588
|
}
|
|
579
589
|
|
|
580
590
|
#cep-details-modal {
|
|
581
|
-
.pf-
|
|
591
|
+
.pf-v6-c-form__label-text {
|
|
582
592
|
font-weight: 500;
|
|
583
593
|
}
|
|
584
594
|
}
|
|
585
595
|
|
|
586
596
|
.file-recommendations-file-upload-alert {
|
|
587
|
-
.pf-
|
|
597
|
+
.pf-v6-c-alert__icon {
|
|
588
598
|
margin-top: 5px;
|
|
589
599
|
}
|
|
590
600
|
}
|
|
591
601
|
|
|
592
602
|
.critical-solutions-file-upload-alert {
|
|
593
|
-
.pf-
|
|
603
|
+
.pf-v6-c-alert__icon {
|
|
594
604
|
margin-top: 5px;
|
|
595
605
|
}
|
|
596
606
|
}
|
|
597
607
|
|
|
598
608
|
.close-case-modal-form {
|
|
599
|
-
.pf-
|
|
600
|
-
.pf-
|
|
609
|
+
.pf-v6-c-form__label {
|
|
610
|
+
.pf-v6-c-form__label-text {
|
|
601
611
|
font-weight: 500 !important;
|
|
602
612
|
}
|
|
603
613
|
}
|
|
604
614
|
}
|
|
605
615
|
|
|
606
|
-
ul.pf-
|
|
607
|
-
.pf-
|
|
616
|
+
ul.pf-v6-c-menu__list,
|
|
617
|
+
.pf-v6-c-modal-box__title {
|
|
608
618
|
margin-bottom: 0px;
|
|
609
619
|
padding: 5px;
|
|
610
620
|
}
|
|
@@ -618,19 +628,19 @@ div.related-tasks-search-input-container#related-tasks-search-container {
|
|
|
618
628
|
width: 25rem;
|
|
619
629
|
}
|
|
620
630
|
|
|
621
|
-
button.pf-
|
|
631
|
+
button.pf-v6-c-toggle-group__button {
|
|
622
632
|
z-index: 1;
|
|
623
633
|
}
|
|
624
634
|
|
|
625
635
|
.top-content-suggestion-accordion {
|
|
626
|
-
.pf-
|
|
636
|
+
.pf-v6-c-accordion .pf-v6-c-accordion__toggle {
|
|
627
637
|
padding: 0.5rem 1rem !important;
|
|
628
638
|
}
|
|
629
|
-
.pf-
|
|
639
|
+
.pf-v6-c-accordion__toggle-text h3 {
|
|
630
640
|
font-size: 17px !important;
|
|
631
641
|
font-weight: 600;
|
|
632
642
|
}
|
|
633
|
-
.pf-
|
|
643
|
+
.pf-v6-c-accordion__expandable-content-body {
|
|
634
644
|
padding-top: 4px;
|
|
635
645
|
padding-bottom: 4px;
|
|
636
646
|
}
|
|
@@ -644,19 +654,19 @@ button.pf-v5-c-toggle-group__button {
|
|
|
644
654
|
border: 1px solid #f0f0f0;
|
|
645
655
|
box-shadow: none;
|
|
646
656
|
border-bottom: 1px solid #6a6e73;
|
|
647
|
-
color: var(--pf-
|
|
657
|
+
color: var(--pf-v6-c-form-control--Color);
|
|
648
658
|
&::-webkit-input-placeholder {
|
|
649
|
-
color: var(--pf-
|
|
659
|
+
color: var(--pf-v6-c-form-control--m-placeholder--Color);
|
|
650
660
|
}
|
|
651
661
|
}
|
|
652
662
|
.text-muted {
|
|
653
|
-
color: var(--pf-
|
|
663
|
+
color: var(--pf-v6-c-helper-text__item-icon--m-indeterminate--Color);
|
|
654
664
|
}
|
|
655
665
|
}
|
|
656
666
|
|
|
657
667
|
button.pf-m-plain.manage-bookmark-info-icon-button {
|
|
658
|
-
--pf-
|
|
659
|
-
--pf-
|
|
668
|
+
--pf-v6-c-button--PaddingInlineEnd: var(--pf-t--global--spacer--xs);
|
|
669
|
+
--pf-v6-c-button--PaddingInlineStart: var(--pf-t--global--spacer--xs);
|
|
660
670
|
--pf-c-button--m-plain--Color: var(--pf-v5-global--palette--black-900);
|
|
661
671
|
color: var(--pf-v5-global--palette--black-900);
|
|
662
672
|
}
|
|
@@ -667,13 +677,13 @@ button.pf-m-plain.manage-bookmark-info-icon-button {
|
|
|
667
677
|
justify-content: space-between;
|
|
668
678
|
width: 100%;
|
|
669
679
|
padding: 1.8rem 1.5rem;
|
|
670
|
-
color: var(--pf-
|
|
671
|
-
font-size: var(--pf-
|
|
680
|
+
color: var(--pf-t--global--text--color--link--default);
|
|
681
|
+
font-size: var(--pf-t--global--font--size--md);
|
|
672
682
|
font-weight: 500;
|
|
673
683
|
cursor: pointer;
|
|
674
684
|
&:hover {
|
|
675
685
|
background-color: #d1d1d1;
|
|
676
|
-
color: var(--pf-
|
|
686
|
+
color: var(--pf-t--global--text--color--link--hover);
|
|
677
687
|
p.case-detail-collapse-label {
|
|
678
688
|
text-decoration: underline;
|
|
679
689
|
}
|
|
@@ -681,20 +691,25 @@ button.pf-m-plain.manage-bookmark-info-icon-button {
|
|
|
681
691
|
p.case-detail-collapse-label {
|
|
682
692
|
margin-bottom: 0;
|
|
683
693
|
}
|
|
684
|
-
}
|
|
685
694
|
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
695
|
+
svg {
|
|
696
|
+
height: 1.5rem;
|
|
697
|
+
width: 1.5rem;
|
|
698
|
+
}
|
|
699
|
+
}
|
|
700
|
+
.top-content-accordion {
|
|
701
|
+
margin-bottom: 0px !important;
|
|
689
702
|
}
|
|
690
|
-
|
|
691
703
|
label.react-typeahead-label-wrapper {
|
|
704
|
+
display: flex;
|
|
705
|
+
flex-direction: column;
|
|
706
|
+
gap: 8px;
|
|
692
707
|
width: 100%;
|
|
693
708
|
.react-select-custom,
|
|
694
709
|
.partner-share-bootstrap-typeahead,
|
|
695
710
|
.rbt-input-multi .rbt-input-wrapper,
|
|
696
711
|
p.form-instructions {
|
|
697
|
-
font-weight: var(--pf-
|
|
712
|
+
font-weight: var(--pf-t--global--font--weight--body--default);
|
|
698
713
|
}
|
|
699
714
|
.rbt-token.rbt-token-removeable {
|
|
700
715
|
color: var(--pf-v5-global--palette--blue-400);
|
|
@@ -708,11 +723,6 @@ label.react-typeahead-label-wrapper {
|
|
|
708
723
|
background-color: var(--pf-v5-global--palette--black-200);
|
|
709
724
|
}
|
|
710
725
|
|
|
711
|
-
.phone-review-banner {
|
|
712
|
-
.pf-v5-c-alert__action-group {
|
|
713
|
-
padding-top: var(--pf-v5-global--spacer--sm);
|
|
714
|
-
}
|
|
715
|
-
}
|
|
716
726
|
.case-public-private-link {
|
|
717
727
|
padding: 0.5rem;
|
|
718
728
|
}
|
|
@@ -729,7 +739,7 @@ a.case-resource-recommendation-link {
|
|
|
729
739
|
}
|
|
730
740
|
|
|
731
741
|
.description-textarea {
|
|
732
|
-
&.pf-
|
|
742
|
+
&.pf-v6-c-form-control {
|
|
733
743
|
&:disabled,
|
|
734
744
|
&.kt1-disabled {
|
|
735
745
|
&::after,
|
|
@@ -785,7 +795,7 @@ div.case-details-tabs pre {
|
|
|
785
795
|
margin-bottom: 1rem;
|
|
786
796
|
}
|
|
787
797
|
|
|
788
|
-
#external-ssousername-filter:has(.pf-
|
|
798
|
+
#external-ssousername-filter:has(.pf-v6-c-truncate) {
|
|
789
799
|
@media (min-width: 1300px) {
|
|
790
800
|
min-width: calc(100% + 269px) !important;
|
|
791
801
|
}
|