mirror of
https://github.com/picocss/pico.git
synced 2025-04-22 17:36:15 -04:00
fix: Dropdowns outline on focus
This commit is contained in:
parent
584046e234
commit
7ea1f94316
1 changed files with 9 additions and 0 deletions
|
@ -270,4 +270,13 @@
|
||||||
#{$✨}border-width: 0.1875rem;
|
#{$✨}border-width: 0.1875rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Dropdown (<details role="list">)
|
||||||
|
@if map.get($modules, "components/dropdown") {
|
||||||
|
details[role="list"] {
|
||||||
|
summary:not([role="button"]) {
|
||||||
|
#{$✨}outline-width: 0.0625rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue