|
113 | 113 |
|
114 | 114 | /* Sidebar: medium translucency with pinstripe */ |
115 | 115 | [data-theme="aqua"] .sidebar-shell { |
116 | | - background: rgba(16, 26, 50, 0.88) !important; |
| 116 | + background: |
| 117 | + repeating-linear-gradient( |
| 118 | + 90deg, |
| 119 | + transparent, |
| 120 | + transparent 1px, |
| 121 | + rgba(255, 255, 255, 0.007) 1px, |
| 122 | + rgba(255, 255, 255, 0.007) 2px |
| 123 | + ), |
| 124 | + rgba(16, 26, 50, 0.88) !important; |
117 | 125 | backdrop-filter: blur(20px) !important; |
118 | 126 | -webkit-backdrop-filter: blur(20px) !important; |
119 | 127 | border-right: 1px solid rgba(80, 120, 200, 0.28) !important; |
120 | | - position: relative; |
121 | 128 | } |
122 | | -/* Pinstripe overlay */ |
123 | | -[data-theme="aqua"] .sidebar-shell::after { |
124 | | - content: ''; |
125 | | - position: absolute; |
126 | | - inset: 0; |
127 | | - background: repeating-linear-gradient( |
128 | | - 90deg, |
129 | | - transparent, |
130 | | - transparent 1px, |
131 | | - rgba(255, 255, 255, 0.007) 1px, |
132 | | - rgba(255, 255, 255, 0.007) 2px |
133 | | - ); |
134 | | - pointer-events: none; |
135 | | - z-index: 0; |
136 | | -} |
137 | | -[data-theme="aqua"] .sidebar-shell > * { position: relative; z-index: 1; } |
138 | 129 |
|
139 | 130 | /* Section labels: macOS grouped sidebar style */ |
140 | 131 | [data-theme="aqua"] .sidebar-shell .uppercase.tracking-wider { |
|
170 | 161 | font-weight: 600 !important; |
171 | 162 | letter-spacing: -0.02em !important; |
172 | 163 | } |
173 | | - |
174 | | - |
0 commit comments