From 47ffac15873e9cb1a640ef6ea6a9fd682541f250 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 25 Jul 2017 06:48:59 +0200 Subject: We are not currently using the underlining --- docs/design.md | 1 - 1 file changed, 1 deletion(-) (limited to 'docs') diff --git a/docs/design.md b/docs/design.md index 38909998..5ee6322a 100644 --- a/docs/design.md +++ b/docs/design.md @@ -297,7 +297,6 @@ The following controls need to deal with focus: We're indicating focus as follows: * Active focus is indicated with a border. This is used for both hovering and keyboard focus. * A selected element is highlighted. -* Keyboard focus is additionally to the border indicated with underlined text. ### FocusScope In order to be able to deal with focus on a local scope (which is important for reusable components), a FocusScope is required to establish a border for focus handling. Internally you can set the focus as required within the focus scope, and externally you can just give focus to the FocusScope, ignoring what's going to happen internally. The FocusScope will automatically forward focus (when it receives it), to whatever element requested focus internally. -- cgit v1.2.3