|
13 | 13 | </footer> |
14 | 14 |
|
15 | 15 | <script src="https://consentdeliveryfd.azurefd.net/mscc/lib/v2/wcp-consent.js"></script> |
16 | | -<script src="https://az725175.vo.msecnd.net/scripts/jsll-4.js" type="text/javascript"></script> |
17 | 16 | <script type="module" src="https://unpkg.com/@fluentui/web-components@2"></script> |
18 | 17 | <script type="text/javascript"> |
19 | 18 | const xmlns = "http://www.w3.org/2000/svg"; |
20 | 19 |
|
21 | | - var config = { |
22 | | - autoCapture: { |
23 | | - lineage: true, |
24 | | - }, |
25 | | - coreData: { |
26 | | - appId: "JS:GraphToolkit", |
27 | | - }, |
28 | | - }; |
29 | | - awa.init(config); |
30 | | - |
31 | 20 | window.onload = () => { |
32 | 21 | addUsefulLinks(); |
33 | 22 | } |
|
159 | 148 | </script> |
160 | 149 |
|
161 | 150 | <style> |
162 | | - .css-bt79wf>svg>path, |
163 | | - .css-1j9r8vi>svg>path { |
164 | | - color: rgba(153, 153, 153, 0.6) !important; |
165 | | - fill: rgba(153, 153, 153, 0.6) !important; |
166 | | - } |
167 | | - |
168 | 151 | @media (forced-colors: active) and (prefers-color-scheme: dark) { |
169 | | - |
170 | 152 | #root, |
171 | 153 | svg, |
172 | 154 | svg>path, |
|
175 | 157 | color: rgb(255, 255, 255) !important; |
176 | 158 | } |
177 | 159 |
|
178 | | - .css-bt79wf>svg>path, |
179 | | - .css-1j9r8vi>svg>path { |
180 | | - color: rgba(255, 255, 255) !important; |
181 | | - fill: rgba(255, 255, 255) !important; |
182 | | - } |
183 | | - |
184 | | - .css-cwrfva:hover, |
185 | | - .css-cwrfva:focus-visible { |
186 | | - border: 1px solid rgba(255, 255, 255) !important; |
187 | | - } |
188 | | - |
189 | | - .css-128qwy8:hover { |
190 | | - /* background-image: radial-gradient(at center center,rgba(0,0,0,0.2) 0%,transparent 70%,transparent 100%); */ |
191 | | - background-image: radial-gradient(at center center, rgba(255, 255, 255) 100%, transparent 100%, transparent 100%); |
192 | | - background-size: 50px 100%; |
193 | | - background-position: 0 50%; |
194 | | - background-repeat: no-repeat; |
195 | | - } |
196 | | - |
197 | 160 | .os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle, |
198 | 161 | .os-scrollbar>.os-scrollbar-track { |
199 | 162 | border: 1px solid transparent; |
200 | 163 | } |
201 | 164 | } |
202 | 165 |
|
203 | 166 | @media (forced-colors: active) and (prefers-color-scheme: light) { |
204 | | - |
205 | 167 | #root, |
206 | 168 | svg, |
207 | 169 | svg>path, |
|
210 | 172 | color: rgb(0, 0, 0) !important; |
211 | 173 | } |
212 | 174 |
|
213 | | - .css-bt79wf>svg>path, |
214 | | - .css-1j9r8vi>svg>path { |
215 | | - color: rgba(0, 0, 0) !important; |
216 | | - fill: rgba(0, 0, 0) !important; |
217 | | - } |
218 | | - |
219 | | - .css-cwrfva:hover, |
220 | | - .css-cwrfva:focus-visible { |
221 | | - border: 1px solid rgba(0, 0, 0) !important; |
222 | | - } |
223 | | - |
224 | | - .css-128qwy8:hover { |
225 | | - /* background-image: radial-gradient(at center center,rgba(0,0,0,0.2) 0%,transparent 70%,transparent 100%); */ |
226 | | - background-image: radial-gradient(at center center, rgba(0, 0, 0, 0.2) 100%, transparent 100%, transparent 100%); |
227 | | - background-size: 50px 100%; |
228 | | - background-position: 0 50%; |
229 | | - background-repeat: no-repeat; |
230 | | - } |
231 | | - |
232 | 175 | .os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle, |
233 | 176 | .os-scrollbar>.os-scrollbar-track { |
234 | 177 | border: 1px solid transparent; |
235 | 178 | } |
236 | 179 | } |
237 | | -</style> |
238 | 180 |
|
239 | | -<style> |
240 | 181 | .sidebar-header button { |
241 | 182 | display: none !important; |
242 | 183 | } |
|
260 | 201 | color: #323232; |
261 | 202 | } |
262 | 203 |
|
263 | | - .sidebar-subheading.css-ulso1l { |
264 | | - color: #717171 !important; |
265 | | - } |
266 | | - |
267 | 204 | .sidebar-header h1 { |
268 | 205 | font-size: 14px; |
269 | 206 | font-weight: 700; |
|
282 | 219 | color: inherit; |
283 | 220 | } |
284 | 221 |
|
285 | | - .css-ulso1l, |
286 | | - .css-gb1sl5 { |
287 | | - color: #717171 !important; |
288 | | - } |
289 | | - |
290 | | - .sto-ulso1l, |
291 | | - .css-1en6m26 { |
| 222 | + /* Sets the color of the sidebar section headings */ |
| 223 | + .sidebar-subheading.css-ppqi8s { |
292 | 224 | color: #616159 !important; |
293 | 225 | } |
294 | 226 |
|
295 | 227 | /* Fix color contrast of left expanded/collapsed chevrons */ |
296 | | - |
297 | | - .sto-bt79wf, |
298 | | - .sto-1j9r8vi { |
| 228 | + .css-ct44ui, |
| 229 | + .css-1necw0m { |
299 | 230 | color: unset; |
300 | 231 | } |
301 | 232 |
|
302 | 233 | /* Removes Find component feature */ |
303 | | - .css-8ktt77 { |
304 | | - display: none; |
305 | | - } |
306 | | - |
307 | | - .css-14o7vtb { |
308 | | - border: 2px solid transparent; |
309 | | - } |
310 | | - |
311 | | - .css-14o7vtb:focus-visible { |
312 | | - outline: auto; |
313 | | - } |
314 | 234 | .search-field { |
315 | 235 | display: none !important; |
316 | 236 | } |
317 | 237 |
|
| 238 | + /* fix high contrast mode colors on sidebar links */ |
318 | 239 | @media (forced-colors: active){ |
319 | | - a[class*="sto-"][data-selected="true"], |
320 | | - a[class*="sto-"][data-selected="true"]:focus, |
321 | | - a[class*="sto-"][data-selected="false"]:focus, |
322 | | - a[class*="sto-"][data-selected="true"]:hover, |
323 | | - a[class*="sto-"][data-selected="false"]:hover{ |
| 240 | + a[class*="css-"][data-selected="true"], |
| 241 | + a[class*="css-"][data-selected="true"]:focus, |
| 242 | + a[class*="css-"][data-selected="false"]:focus, |
| 243 | + a[class*="css-"][data-selected="true"]:hover, |
| 244 | + a[class*="css-"][data-selected="false"]:hover { |
324 | 245 | background: Highlight; |
325 | 246 | color: LinkText; |
326 | 247 | } |
|
0 commit comments