File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
packages/preview-middleware/test/unit/base/__snapshots__ Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -698,6 +698,19 @@ exports[`FlpSandbox router rta with developerMode=true 2`] = `
698
698
</script>
699
699
700
700
701
+ <!-- Hides Rta native toolbar -->
702
+ <style>
703
+ #shell-header, .sapUiRtaToolbar {
704
+ visibility : hidden ;
705
+ height : 1px ;
706
+ }
707
+ .sapUshellShellCanvas {
708
+ top : 0 ! important ;
709
+ }
710
+ .sapUiRtaMode .sapUiShellBackgroundImage.sapUiGlobalBackgroundImageForce.sapUshellShellBG {
711
+ background - color : transparent ! important ;
712
+ }
713
+ </style>
701
714
</head>
702
715
703
716
<!-- UI Content -->
@@ -778,6 +791,19 @@ exports[`FlpSandbox router rta with developerMode=true and plugin 1`] = `
778
791
</script>
779
792
780
793
794
+ <!-- Hides Rta native toolbar -->
795
+ <style>
796
+ #shell-header, .sapUiRtaToolbar {
797
+ visibility : hidden ;
798
+ height : 1px ;
799
+ }
800
+ .sapUshellShellCanvas {
801
+ top : 0 ! important ;
802
+ }
803
+ .sapUiRtaMode .sapUiShellBackgroundImage.sapUiGlobalBackgroundImageForce.sapUshellShellBG {
804
+ background - color : transparent ! important ;
805
+ }
806
+ </style>
781
807
</head>
782
808
783
809
<!-- UI Content -->
You can’t perform that action at this time.
0 commit comments