mirror of
https://github.com/picocss/pico.git
synced 2025-04-27 11:36:14 -04:00
enhanced the tooltip to have a width of max-content
and a max width of 250px. This will allow for the tooltips to not always be 250px wide even when the tooltip is short.
Added the ghost buttons from discussion #29
This commit is contained in:
parent
f8fbce367b
commit
eb1304a8e4
262 changed files with 2039 additions and 646 deletions
|
@ -177,6 +177,7 @@ $modules: map.merge(
|
|||
"components/nav": true,
|
||||
"components/progress": true,
|
||||
"components/tab": true,
|
||||
|
||||
// [role=tablist]
|
||||
// I wish role="tablist|tab|tabpanel" could be used on <details> and <summary> tag.
|
||||
"components/tab-region": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue