mirror of
https://github.com/picocss/pico.git
synced 2025-04-27 03:36:13 -04:00
refactor: :not() selectors
This commit is contained in:
parent
844a5fcf84
commit
17b3b4cead
31 changed files with 144 additions and 150 deletions
|
@ -122,7 +122,7 @@ main > aside {
|
|||
> summary {
|
||||
margin-bottom: 0;
|
||||
|
||||
&:not([role=button]):not(:focus) {
|
||||
&:not([role=button], :focus) {
|
||||
color: var(--h1-color);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue