From 89e234cab127615407b0c05658cdf513fcce5cf7 Mon Sep 17 00:00:00 2001 From: kmuthukumar3032 Date: Tue, 25 Jun 2019 19:40:08 +0530 Subject: [PATCH] config(EJ2-28212): commit for tab showing issue --- ej2-blazor-samples/wwwroot/styles/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ej2-blazor-samples/wwwroot/styles/index.css b/ej2-blazor-samples/wwwroot/styles/index.css index 574edce12..76b1ca4b5 100644 --- a/ej2-blazor-samples/wwwroot/styles/index.css +++ b/ej2-blazor-samples/wwwroot/styles/index.css @@ -1887,6 +1887,10 @@ body.highcontrast, .highcontrast #sb-header-text, .highcontrast .control-name, . background: rgba(2, 120, 215, 0.1); } +#sb-content-header>.e-items.e-toolbar-items>#e-item_1 { + display: none; +} + .sb-content-tab>.e-tab>.e-tab-header>.e-items.e-toolbar-items>.e-toolbar-item.e-active>.e-tab-wrap>.e-text-wrap>.e-tab-text, .sb-content-tab>.e-tab>.e-tab-header>.e-items.e-toolbar-items>.e-toolbar-item>.e-tab-wrap>.e-text-wrap>.e-tab-text:hover { color: #0278d7; }