mirror of
https://github.com/picocss/pico
synced 2025-06-24 12:29:29 +00:00
style: group focus
This commit is contained in:
parent
7dcedac497
commit
2689ec2373
@ -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…
Reference in New Issue
Block a user