From b8d8f40ed7c86a529c18a959ab9e82a20d44fa68 Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Mon, 30 Jan 2017 14:52:57 -0800 Subject: [PATCH] [Docs] WIP Style Guide Fixes #1233 Additional content; tweak to H3 margins --- example/styleguide/res/templates/controls.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/styleguide/res/templates/controls.html b/example/styleguide/res/templates/controls.html index 387da83e25..1878eaa59f 100644 --- a/example/styleguide/res/templates/controls.html +++ b/example/styleguide/res/templates/controls.html @@ -122,7 +122,7 @@

Selects

-

Similar to checkboxes and radio buttons, selects use a combination of minimal additional markup with CSS to present a custom and common look-and-feel across platforms.

+

Similar to checkboxes and radio buttons, selects use a combination of minimal additional markup with CSS to present a custom and common look-and-feel across platforms. The select element is wrapped by another element, such as a div, which acts as the main display element for the styling. The select provides the click and select functionality, while having all of its native look-and-feel suppressed.