This repository was archived by the owner on Jul 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +71
-27
lines changed
src/components/TopTabStripe
plugin-sidecar/web/css/static Expand file tree Collapse file tree 5 files changed +71
-27
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ export default class TopTabStripe extends React.PureComponent<Props> {
165
165
*/
166
166
public render ( ) {
167
167
return (
168
- < Header aria-label = "Header" >
168
+ < Header aria-label = "Header" className = "kui--top-tab-stripe" >
169
169
{ /* this.headerMenu(args) */ }
170
170
{ this . headerName ( ) }
171
171
{ this . tabs ( ) }
Original file line number Diff line number Diff line change 195
195
}
196
196
}
197
197
}
198
+
199
+ @media (max-width : 42rem ) {
200
+ .kui--top-tab-stripe {
201
+ display : none ;
202
+ }
203
+ }
Original file line number Diff line number Diff line change @@ -23,37 +23,11 @@ body td {
23
23
transition-timing-function : var (--transition-timing-function );
24
24
}
25
25
26
- .kui--sidecar .bx--tabs ,
27
- .kui--sidecar .bx--tabs .bx--tabs__nav ,
28
- .kui--sidecar .bx--tabs .bx--tabs__nav li {
29
- width : unset;
30
- min-height : unset;
31
- position : unset;
32
- }
33
- .kui--sidecar a .bx--tabs__nav-link ,
34
- .kui--sidecar a .bx--tabs__nav-link : active {
35
- outline : none;
36
- width : unset;
37
- min-width : 8em ;
38
- }
39
26
li .bx--tabs__nav-item .sidecar-bottom-stripe-button ,
40
27
li .bx--tabs__nav-item .sidecar-bottom-stripe-button a {
41
28
flex : 1 ;
42
29
}
43
30
44
- body [kui-theme-style ]
45
- .kui--sidecar
46
- .bx--tabs__nav-item--selected : not (.bx--tabs__nav-item--disabled )
47
- .bx--tabs__nav-link {
48
- color : var (--color-text-01 );
49
- border-color : var (--color-brand-03 );
50
- opacity : 1 ;
51
- }
52
- body .subwindow [kui-theme-style ] .kui--sidecar .bx--tabs__nav-item .bx--tabs__nav-link {
53
- font-size : 1.125vw ;
54
- line-height : unset;
55
- height : unset;
56
- }
57
31
a .bx--tabs__nav-link : focus ,
58
32
a .bx--tabs__nav-link : active {
59
33
width : 100% ;
Original file line number Diff line number Diff line change 85
85
}
86
86
}
87
87
}
88
+
89
+ @media (max-width : 42rem ) {
90
+ .SplitPane.vertical :not (.kui--secondary-closed ) {
91
+ .Pane1 {
92
+ flex : 0 !important ;
93
+ }
94
+ .Pane2 {
95
+ width : 100% !important ;
96
+ }
97
+ }
98
+ }
Original file line number Diff line number Diff line change @@ -901,6 +901,59 @@ body:not(.no-tooltips-anywhere)
901
901
outline-color : var (--color-brand-03 );
902
902
}
903
903
904
+ [kui-theme-style ] .kui--sidecar {
905
+ .bx--tabs ,
906
+ .bx--tabs .bx--tabs__nav ,
907
+ .bx--tabs .bx--tabs__nav li ,
908
+ .bx--tabs .bx--tabs__nav li a {
909
+ width : unset;
910
+ min-height : unset;
911
+ position : unset;
912
+ font-size : unset;
913
+ }
914
+ a .bx--tabs__nav-link ,
915
+ a .bx--tabs__nav-link : active {
916
+ outline : none;
917
+ width : unset;
918
+ min-width : 8em ;
919
+ }
920
+
921
+ .bx--tabs {
922
+ font-size : 0.875em ;
923
+ line-height : 1.125em ;
924
+ .bx--tabs__nav {
925
+ background : none;
926
+ box-shadow : none;
927
+ }
928
+ }
929
+ .bx--tabs-trigger {
930
+ display : none;
931
+ }
932
+ .bx--tabs__nav--hidden {
933
+ max-height : unset;
934
+ }
935
+ .bx--tabs__nav-item {
936
+ height : 2.5em ;
937
+ }
938
+ .bx--tabs__nav-item--selected : not (.bx--tabs__nav-item--disabled ) {
939
+ display : flex;
940
+ background-color : transparent;
941
+ .bx--tabs__nav-link {
942
+ border-bottom-width : 3px ;
943
+ margin : 0 ;
944
+ height : 2.5em ;
945
+ padding : 0.5em 1em ;
946
+ line-height : 1.125em ;
947
+ }
948
+ }
949
+
950
+ .bx--tabs__nav-item--selected .bx--tabs__nav-link {
951
+ color : var (--color-text-01 );
952
+ border-color : var (--color-brand-03 );
953
+ opacity : 1 ;
954
+ }
955
+ }
956
+
904
957
body [kui-theme-style ] a .bx--tabs__nav-link {
905
958
color : var (--color-text-02 );
906
959
border-color : var (--color-text-02 );
You can’t perform that action at this time.
0 commit comments