File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed
packages/main/src/components Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,7 @@ const styles = {
12
12
minHeight : '3rem' ,
13
13
fontFamily : ThemingParameters . sapFontFamily ,
14
14
fontSize : ThemingParameters . sapFontSize ,
15
- fontWeight : 'normal' ,
16
- '&::-webkit-scrollbar' : {
17
- height : ThemingParameters . sapScrollBar_Dimension
18
- } ,
19
- '&::-webkit-scrollbar-thumb' : {
20
- height : ThemingParameters . sapScrollBar_Dimension
21
- }
15
+ fontWeight : 'normal'
22
16
} ,
23
17
tableHeaderRow : {
24
18
height : CssSizeVariables . sapWcrAnalyticalTableRowHeight ,
Original file line number Diff line number Diff line change @@ -6,14 +6,24 @@ export const GlobalStyleClassesStyles = {
6
6
[ `.${ GlobalStyleClasses . sapScrollBar } ` ] : {
7
7
'&::-webkit-scrollbar' : {
8
8
backgroundColor : ThemingParameters . sapScrollBar_TrackColor ,
9
- width : ThemingParameters . sapScrollBar_Dimension
9
+ '&:horizontal' : {
10
+ height : ThemingParameters . sapScrollBar_Dimension
11
+ } ,
12
+ '&:vertical' : {
13
+ width : ThemingParameters . sapScrollBar_Dimension
14
+ }
10
15
} ,
11
16
'&::-webkit-scrollbar-thumb' : {
12
17
backgroundColor : ThemingParameters . sapScrollBar_FaceColor ,
13
- width : ThemingParameters . sapScrollBar_Dimension ,
14
18
borderRadius : '0.25rem' ,
15
19
'&:hover' : {
16
20
backgroundColor : ThemingParameters . sapScrollBar_Hover_FaceColor
21
+ } ,
22
+ '&:horizontal' : {
23
+ height : ThemingParameters . sapScrollBar_Dimension
24
+ } ,
25
+ '&:vertical' : {
26
+ width : ThemingParameters . sapScrollBar_Dimension
17
27
}
18
28
} ,
19
29
'&::-webkit-scrollbar-corner' : {
You can’t perform that action at this time.
0 commit comments