1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-19 12:11:21 +02:00

Completed implementation of tooltip component, resolves #41

This commit is contained in:
Angelos Chalaris
2017-01-18 12:23:46 +02:00
parent 962626c0ec
commit 960efa4e19
6 changed files with 112 additions and 24 deletions

View File

@@ -776,3 +776,6 @@
## 20170118
- `tooltip` added to `contextual` module, minor changes to it, allows both top and `bottom` versions at the same time.
- Updated `tooltip` component to use variables.
- Added mixins for `tooltip`. Tested them.
- Added proper `tooltip` in the `default` flavor. Size now is `6.81`. Implementation of issue #41 is now completed.

View File

@@ -194,7 +194,7 @@
}*/
</style>
<div class="col-md-offset-1">
<mark class="tooltip bottom" aria-label="This is some sample tooltip text">Show a tooltip while hovering</mark><br /><br /><br />
<mark class="tooltip test" aria-label="This is some sample tooltip text">Show a tooltip while hovering</mark><br /><br /><br />
</div>
</div>