1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-22 21:42:58 +02:00

Tooltip and nano progress bar updates

This commit is contained in:
Angelos Chalaris
2017-02-01 10:56:50 +02:00
parent 4c2cfeadf6
commit e2cdae54f4
5 changed files with 41 additions and 27 deletions

View File

@@ -806,3 +806,6 @@
- Tweaked the `input` styling to make sure all `button`-type `input`s are properly styled.
- Added `:hover` and `:disabled` selectors to `input` elements, making sure as many states as possible are covered now.
- Cleaned `:focus:invalid:focus` selector, as I could not find any test cases for it. Size is now `6.75KB`.
- Added safeguard for the `progress` element's `.nano` variant's case with `margin` of `0`. Should now behave properly.
- Added `@supports` statement to help `tooltip` component place itself whenever possible. Changed a few of the selectors in `tooltip` to be as specific as needed and work as required.
- Updated `tooltip` mixin to reflect the above changes.