You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update two stale internal links that pointed to relocated files:
- ../style/color.md → ../signature-experiences/color.md (file was moved)
- ../input/text-scaling.md → ../../develop/input/text-scaling.md (file was moved)
Both old paths had redirects registered in .openpublishing.redirection.json
but the source links were never updated to point to the actual current locations.
Co-authored-by: Copilot <[email protected]>
Copy file name to clipboardExpand all lines: hub/apps/design/basics/titlebar-design.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ This section describes the design recommendations and behaviors of the parts of
25
25
- The standard title bar has a height of 32px.
26
26
- The title bar's default background is [Mica](../style/mica.md), however we recommend that title bars blend with the rest of the window if possible.
27
27
- Title bars help users differentiate when a window is active and inactive. All title bar elements should be semi-transparent when the window is inactive.
28
-
- The title bar colors should adjust when users switch to [high contrast themes](../accessibility/high-contrast-themes.md), or between [light and dark modes](../style/color.md).
28
+
- The title bar colors should adjust when users switch to [high contrast themes](../accessibility/high-contrast-themes.md), or between [light and dark modes](../signature-experiences/color.md).
29
29
- For high contrast themes, apps should use the `SystemColors` class for determining proper UI element coloring to facilitate a superior high-contrast experience.
30
30
31
31
**Behavior**
@@ -62,7 +62,7 @@ This section describes the design recommendations and behaviors of the parts of
62
62
63
63
- A right-click/press-and-hold on the icon should show the system window menu.
64
64
- A double-click/tap should toggle between maximizing the window and restoring the window.
65
-
- The window title and other textual elements in the title bar should respond to [text-scaling](../input/text-scaling.md). This might require that the title bar grows in height.
65
+
- The window title and other textual elements in the title bar should respond to [text-scaling](../../develop/input/text-scaling.md). This might require that the title bar grows in height.
0 commit comments