mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 19:26:14 -04:00
style: group focus
This commit is contained in:
parent
7dcedac497
commit
2689ec2373
1 changed files with 5 additions and 0 deletions
|
@ -84,6 +84,11 @@
|
|||
// Group box shadow when a button is focused
|
||||
&:has(button:focus, [type="submit"]:focus, [type="button"]:focus, [role="button"]:focus) {
|
||||
#{$✨}group-box-shadow: var(#{$✨}group-box-shadow-focus-with-button);
|
||||
|
||||
input:not([type="checkbox"], [type="radio"]),
|
||||
select {
|
||||
border-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
// Group box shadow when an input is focused
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue