mirror of
https://github.com/picocss/pico.git
synced 2025-04-24 18:26:14 -04:00
Typo fixed in docs for the table
Added basic padding and margin classes: 0 for none, 1 for half the spacing size, 2 for normal spacing, and 3 for 1.5 spacing Minor clean up on the accordion.scss
This commit is contained in:
parent
36e4d53e6c
commit
eae715943f
3 changed files with 75 additions and 19 deletions
|
@ -101,10 +101,8 @@
|
|||
> summary {
|
||||
margin-block-end: var(#{$css-var-prefix}spacing);
|
||||
|
||||
&:not([role]) {
|
||||
&:not(:focus) {
|
||||
color: var(#{$css-var-prefix}accordion-open-summary-color);
|
||||
}
|
||||
&:not([role]):not(:focus) {
|
||||
color: var(#{$css-var-prefix}accordion-open-summary-color);
|
||||
}
|
||||
|
||||
&::after {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue