mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 11:16:15 -04:00
Only make first level children of tablist button[role="tab"]'s styles for tabs and not have it apply to other buttons within it.
This commit is contained in:
parent
2955c38659
commit
16283c55d3
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
flex-wrap: wrap; // make sure it wraps
|
||||
padding-bottom: 0;
|
||||
|
||||
button {
|
||||
> button[role="tab"] {
|
||||
flex-grow: 1;
|
||||
order: 1; // Put the labels first
|
||||
padding: calc(var(#{$css-var-prefix}spacing) * 0.625);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue