File tree Expand file tree Collapse file tree 3 files changed +21
-21
lines changed Expand file tree Collapse file tree 3 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ export const container = style({
13
13
height : '100%' ,
14
14
backgroundColor : vars . components . sidebarBackground ,
15
15
// backdropFilter: 'blur(40px)',
16
- selectors : {
17
- '&.darwin' : {
18
- backgroundColor : 'transparent' ,
19
- backdropFilter : 'blur(40px)' ,
20
- } ,
21
- } ,
16
+ // selectors: {
17
+ // '&.darwin': {
18
+ // backgroundColor: 'transparent',
19
+ // backdropFilter: 'blur(40px)',
20
+ // },
21
+ // },
22
22
} ) ;
23
23
24
24
export const titleItem = style ( {
Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ export const borderLeft = style({
41
41
backgroundColor : vars . components . sidebarBackground ,
42
42
width : 3 ,
43
43
height : '100%' ,
44
- selectors : {
45
- '&.darwin' : {
46
- backgroundColor : 'transparent' ,
47
- } ,
48
- } ,
44
+ // selectors: {
45
+ // '&.darwin': {
46
+ // backgroundColor: 'transparent',
47
+ // },
48
+ // },
49
49
} ) ;
50
50
51
51
export const borderCenter = style ( {
@@ -59,11 +59,11 @@ export const borderCenterLine = style({
59
59
backgroundColor : vars . components . sidebarBorder ,
60
60
height : '100%' ,
61
61
width : 1 ,
62
- selectors : {
63
- '&.darwin' : {
64
- backgroundColor : vars . components . sidebarMacBorder ,
65
- } ,
66
- } ,
62
+ // selectors: {
63
+ // '&.darwin': {
64
+ // backgroundColor: vars.components.sidebarMacBorder,
65
+ // },
66
+ // },
67
67
} ) ;
68
68
69
69
export const borderRight = style ( {
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ import { vars } from './Generics/redesign/theme.css';
3
3
4
4
export const background = style ( {
5
5
background : vars . color . background ,
6
- selectors : {
7
- '&.darwin' : {
8
- background : 'none' ,
9
- } ,
10
- } ,
6
+ // selectors: {
7
+ // '&.darwin': {
8
+ // background: 'none',
9
+ // },
10
+ // },
11
11
} ) ;
You can’t perform that action at this time.
0 commit comments