This repository was archived by the owner on Jan 6, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +22
-22
lines changed
Expand file tree Collapse file tree 3 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ export const container = style({
1212 width : '268px' ,
1313 height : '100%' ,
1414 backgroundColor : vars . components . sidebarBackground ,
15- // backdropFilter: 'blur(40px)',
16- // selectors: {
17- // '&.darwin': {
18- // backgroundColor: 'transparent',
19- // backdropFilter: 'blur(40px)',
20- // },
21- // },
15+ backdropFilter : 'blur(40px)' ,
16+ selectors : {
17+ '&.darwin' : {
18+ backgroundColor : 'transparent' ,
19+ backdropFilter : 'blur(40px)' ,
20+ } ,
21+ } ,
2222} ) ;
2323
2424export const titleItem = style ( {
Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ export const borderLeft = style({
4141 backgroundColor : vars . components . sidebarBackground ,
4242 width : 3 ,
4343 height : '100%' ,
44- // selectors: {
45- // '&.darwin': {
46- // backgroundColor: 'transparent',
47- // },
48- // },
44+ selectors : {
45+ '&.darwin' : {
46+ backgroundColor : 'transparent' ,
47+ } ,
48+ } ,
4949} ) ;
5050
5151export const borderCenter = style ( {
@@ -59,11 +59,11 @@ export const borderCenterLine = style({
5959 backgroundColor : vars . components . sidebarBorder ,
6060 height : '100%' ,
6161 width : 1 ,
62- // selectors: {
63- // '&.darwin': {
64- // backgroundColor: vars.components.sidebarMacBorder,
65- // },
66- // },
62+ selectors : {
63+ '&.darwin' : {
64+ backgroundColor : vars . components . sidebarMacBorder ,
65+ } ,
66+ } ,
6767} ) ;
6868
6969export const borderRight = style ( {
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ import { vars } from './Generics/redesign/theme.css';
33
44export const background = style ( {
55 background : vars . color . background ,
6- // selectors: {
7- // '&.darwin': {
8- // background: 'none',
9- // },
10- // },
6+ selectors : {
7+ '&.darwin' : {
8+ background : 'none' ,
9+ } ,
10+ } ,
1111} ) ;
You can’t perform that action at this time.
0 commit comments