From 67765d99c19ad354e66f8646d8597622b5d81ef7 Mon Sep 17 00:00:00 2001
From: binxie <137736985@qq.com>
Date: 星期二, 11 七月 2023 14:25:14 +0800
Subject: [PATCH] Merge branch 'LEX_Deloitte_Dev'
---
force-app/main/default/staticresources/SNA_Demo1_sf_default_cdn_PqhAN/assets/css/fonts-and-custom.css | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/force-app/main/default/staticresources/SNA_Demo1_sf_default_cdn_PqhAN/assets/css/fonts-and-custom.css b/force-app/main/default/staticresources/SNA_Demo1_sf_default_cdn_PqhAN/assets/css/fonts-and-custom.css
index de6e139..bb95600 100644
--- a/force-app/main/default/staticresources/SNA_Demo1_sf_default_cdn_PqhAN/assets/css/fonts-and-custom.css
+++ b/force-app/main/default/staticresources/SNA_Demo1_sf_default_cdn_PqhAN/assets/css/fonts-and-custom.css
@@ -1,6 +1,7 @@
.siteforcePrmBody .cHeader .cBrandingLogo{
width: 140px !important;
height: 40px !important;
+ pointer-events:none;
}
.siteforcePrmBody .comm-navigation{
@@ -27,4 +28,25 @@
.siteforcePrmBody .cHeader .forceSearchInputDesktop input, .siteforcePrmBody .cHeader .forceSearchInputDesktop input::placeholder{
font-size:14px !important;
}
+.slds-button_icon-more{
+ display:none;
+}
+a.slds-button{
+ display:none;
+}
+.forcePageBlockItemView .slds-form-element .slds-button_icon {
+ display: none;
+}
+.siteforcePrmBody .forceCommunityRecordDetail .forceRecordLayout .forcePageBlockSectionView .full.forcePageBlockItemView{
+ pointer-events:none
+}
+.slds-nav-vertical .slds-nav-vertical__section.navItems.entityItems:nth-child(3){
+ display: none!important;
+}
+.null.comm-page-list-00O .slds-table_header-fixed thead th:nth-child(6){
+ display:none!important;
+}
+.null.comm-page-list-00O .slds-align_absolute-center{
+ display:none!important;
+}
:root { --dxp-c-section-columns-max-width: 1170px; }
\ No newline at end of file
--
Gitblit v1.9.1