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
|
@ -13,6 +13,7 @@ details {
|
|||
color: var(--accordion-close-summary-color);
|
||||
line-height: 1rem;
|
||||
list-style-type: none;
|
||||
list-style-type: none;
|
||||
cursor: pointer;
|
||||
|
||||
@if $enable-transitions {
|
||||
|
@ -23,9 +24,11 @@ details {
|
|||
&::-webkit-details-marker {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&::marker {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&::-moz-list-bullet {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
@ -49,8 +52,8 @@ details {
|
|||
}
|
||||
|
||||
&:focus {
|
||||
color: var(--accordion-active-summary-color);
|
||||
outline: none;
|
||||
color: var(--accordion-active-summary-color);
|
||||
}
|
||||
|
||||
~ * {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue