mirror of
https://github.com/picocss/pico.git
synced 2025-04-27 03:36:13 -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
|
// 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…
Add table
Add a link
Reference in a new issue