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

Updated header component for accessibility

This commit is contained in:
Angelos Chalaris
2017-02-02 19:48:43 +02:00
parent e2cdae54f4
commit 4b03e32ad5
4 changed files with 20 additions and 6 deletions

View File

@@ -809,3 +809,7 @@
- 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.
## 20170202
- Added `[role="button"]` selector for elements inside `header`, did not remove any other selectors from component as specifity would be too low if changed.