mirror of
https://github.com/picocss/pico.git
synced 2025-04-23 18:06:14 -04:00
Hide the details marker
Source: https://chromestatus.com/feature/6730096436051968
This commit is contained in:
parent
d12af72cab
commit
fc67f39278
7 changed files with 13 additions and 7 deletions
|
@ -1657,6 +1657,7 @@ details summary {
|
|||
color: var(--accordion-close-summary-color);
|
||||
line-height: 1rem;
|
||||
list-style-type: none;
|
||||
list-style-type: none;
|
||||
cursor: pointer;
|
||||
transition: color var(--transition);
|
||||
}
|
||||
|
@ -1688,8 +1689,8 @@ details summary::after {
|
|||
}
|
||||
|
||||
details summary:focus {
|
||||
color: var(--accordion-active-summary-color);
|
||||
outline: none;
|
||||
color: var(--accordion-active-summary-color);
|
||||
}
|
||||
|
||||
details summary ~ * {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue