mirror of
https://github.com/picocss/pico
synced 2025-06-24 20:39:38 +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
|
// Group box shadow when a button is focused
|
||||||
&:has(button:focus, [type="submit"]:focus, [type="button"]:focus, [role="button"]:focus) {
|
&:has(button:focus, [type="submit"]:focus, [type="button"]:focus, [role="button"]:focus) {
|
||||||
#{$✨}group-box-shadow: var(#{$✨}group-box-shadow-focus-with-button);
|
#{$✨}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
|
// Group box shadow when an input is focused
|
||||||
|
Loading…
x
Reference in New Issue
Block a user