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:
@@ -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.
|
||||
|
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user