Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/components/tooltips.pug')
-rw-r--r--docs/src/components/tooltips.pug5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/src/components/tooltips.pug b/docs/src/components/tooltips.pug
index e9b041e..0ab719e 100644
--- a/docs/src/components/tooltips.pug
+++ b/docs/src/components/tooltips.pug
@@ -4,13 +4,13 @@ block variables
- var slug = 'tooltips'
- var parent = 'components'
- var title = 'Tooltips - Components - Spectre.css CSS Framework'
- - var description = 'Spectre.css is a lightweight, responsive and modern CSS framework for faster and extensible development. Spectre provides basic styles for typography and elements, flexbox based responsive layout system, pure CSS components and utilities with best practice coding and consistent design language.'
+ - var description = 'Tooltips provide context information labels that appear on hover and focus. Tooltips component is built entirely in CSS. Spectre.css CSS Framework is a lightweight, responsive and modern CSS framework for faster and extensible development.'
block docs-content
+docs-heading('tooltips', 'Tooltips')
include ../_layout/_ad-g.pug
- p Tooltips provide context information labels that appear on hover and focus.
+ p Tooltips provide context information labels that appear on hover and focus. Tooltips component is built entirely in CSS.
.docs-demo.columns.text-center
.column.col-xs-12
@@ -22,7 +22,6 @@ block docs-content
.column.col-xs-12
button.btn.btn-primary.tooltip.tooltip-left(data-tooltip="Left Tooltip Text\nMultiline") left tooltip
- p Tooltips component is built entirely in CSS.
p
| Add the #[code tooltip] class and the #[code data-tooltip] attribute, which contains the tooltip content, to non self closing elements.
p