mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-08-11 08:23:58 +02:00
Tooltip component bug found and dealt with
This commit is contained in:
@@ -781,3 +781,7 @@
|
||||
- Added proper `tooltip` in the `default` flavor. Size now is `6.81KB`. Implementation of issue #41 is now completed.
|
||||
- `DEVLOG.md` cleanup to make Markdown great again...
|
||||
- Played with **hugging cat** to prepare it for the update.
|
||||
|
||||
## 20170127
|
||||
|
||||
- `tooltip` updated, dealing with a small misalignment bug in alterante styles.
|
||||
|
@@ -152,8 +152,16 @@
|
||||
<li>File</li>
|
||||
</ul>
|
||||
</div>
|
||||
<style>
|
||||
.tooltip:before, .tooltip:after {
|
||||
opacity: 1 !important;
|
||||
clip: auto !important;
|
||||
-webkit-clip-path: inset(0%) !important;
|
||||
clip-path: inset(0%) !important;
|
||||
}
|
||||
}</style>
|
||||
<div class="col-md-offset-1">
|
||||
<mark class="tooltip test" aria-label="This is some sample tooltip text">Show a tooltip while hovering</mark><br /><br /><br />
|
||||
<mark class="tooltip large" 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