From b7267e04de32cd15d8a4b0372c05461506dccda7 Mon Sep 17 00:00:00 2001 From: Desmi-Dizney <99777687+Desmi-Dizney@users.noreply.github.com> Date: Tue, 12 Jul 2022 14:20:29 -0500 Subject: [PATCH] Editor pass - Update Product handbook, add tooltips to Design conventions (#6621) Editor pass for: - https://github.com/fleetdm/fleet/pull/6616 --- handbook/product.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/handbook/product.md b/handbook/product.md index d46ba07fa8..fd8a1dbed6 100644 --- a/handbook/product.md +++ b/handbook/product.md @@ -398,9 +398,9 @@ All tooltips change the cursor to a question mark on hover. All tooltips have a There are two types of tooltips. The two types of tooltips have some unique styles: -1. Tooltips for text (column headers, input titles, inline text) appear when hovering over text with a dashed underline. These tooltips use left aligned text. +1. Tooltips for text (column headers, input titles, inline text) appear when hovering over any text with a dashed underline. These tooltips use left-aligned text. -2. Tooltips for buttons, bubbles, table row elements, and other non-text elements appear when hovering over the element. These tooltips use center aligned text. These tooltips include a centered arrow. +2. Tooltips for buttons, bubbles, table row elements, and other non-text elements appear when hovering over the element. These tooltips use center-aligned text. These tooltips include a centered arrow. ## Release