| @@ -162,9 +162,11 @@ | ||
| 162 | 162 | body.os-active.os-admin-bar-dynamic:has( #wpadminbar:hover ) .os-notch, |
| 163 | 163 | body.os-active.os-admin-bar-dynamic:has( #wpadminbar:focus-within ) .os-notch, |
| 164 | 164 | body.os-active.os-admin-bar-dynamic:has( .os-notch:hover ) .os-notch, |
| 165 | 165 | body.os-active.os-admin-bar-dynamic:has( .os-notch:focus-visible ) .os-notch { |
| 166 | - top: var( --wp-admin--admin-bar--height, 32px ); | |
| 166 | + /* The bar's measured edge (src/admin-bar-height.ts), Core's token | |
| 167 | + behind it — a host that made the bar taller moved this step too. */ | |
| 168 | + top: var( --os-admin-bar-height, var( --wp-admin--admin-bar--height, 32px ) ); | |
| 167 | 169 | } |
| 168 | 170 | |
| 169 | 171 | /* |
| 170 | 172 | * The hover bridge, and it is what makes the step stable. |
| @@ -185,6 +187,6 @@ | ||
| 185 | 187 | content: ""; |
| 186 | 188 | position: absolute; |
| 187 | 189 | inset-inline: 0; |
| 188 | 190 | inset-block-end: 100%; |
| 189 | - height: var( --wp-admin--admin-bar--height, 32px ); | |
| 191 | + height: var( --os-admin-bar-height, var( --wp-admin--admin-bar--height, 32px ) ); | |
| 190 | 192 | } |