From 2ed69e02b6c9c1dbd0e5fd7ec45b344a04ffc088 Mon Sep 17 00:00:00 2001 From: Matthew Rajala Date: Tue, 15 Aug 2023 12:25:03 -0400 Subject: [PATCH] fix: links --- doc/lightweight-styling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lightweight-styling.md b/doc/lightweight-styling.md index 537841851..ef855bccf 100644 --- a/doc/lightweight-styling.md +++ b/doc/lightweight-styling.md @@ -16,7 +16,7 @@ ![Material - Button lightweight styling](assets/material-lightweight-styling-anatomy.png) -All interactive controls have multiple states, such as **PointerOver** (mouse is hovered over), **Pressed** (control is pressed on), and **Disabled** (control is not interactable). These states are appended onto the endings of the resource keys: ButtonForeground*PointerOver*, ButtonForeground*Pressed*, and ButtonForeground*Disabled*. Combined with these, the CheckBox and RadioButton controls also have **Checked** and **Unchecked** states. +All interactive controls have multiple states, such as **PointerOver** (mouse is hovered over), **Pressed** (control is pressed on), and **Disabled** (control is not interactable). These states are appended onto the endings of the resource keys: ButtonForeground*PointerOver*, ButtonForeground*Pressed*, and ButtonForeground*Disabled*. Combined with these, the CheckBox and RadioButton controls also have **Checked** and **Unchecked** states. [These links](lightweight-styling#resource-keys) list the resource keys for each control. ```xml