File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
packages/main/src/components/AnalyticalTable Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 4040 font-size : var (--sapFontSize );
4141 font-weight : normal;
4242 background-color : var (--sapList_Background );
43-
44- /* bottom border*/
45- & ::after {
46- content : '' ;
47- position : absolute;
48- inset-block-end : 0 ;
49- inset-inline-start : 0 ;
50- height : var (--_ui5wcr-AnalyticalTable-HeaderBorderWidth );
51- width : 100% ;
52- background : var (--sapList_HeaderBorderColor );
53- }
5443}
5544
5645.busyIndicator {
148137 overflow-y : auto;
149138 scrollbar-width : none;
150139 box-sizing : border-box;
140+
141+ /* bottom border*/
142+ & ::after {
143+ content : '' ;
144+ position : absolute;
145+ inset-block-end : 0 ;
146+ inset-inline-start : 0 ;
147+ height : var (--_ui5wcr-AnalyticalTable-HeaderBorderWidth );
148+ width : 100% ;
149+ background : var (--sapList_HeaderBorderColor );
150+ }
151151}
152152
153153.alternateRowColor {
You can’t perform that action at this time.
0 commit comments