mirror of
https://github.com/picocss/pico.git
synced 2025-04-30 21:09:13 -04:00
style: selection and focus color
This commit is contained in:
parent
dfa4041b77
commit
6c3e126943
13 changed files with 52 additions and 39 deletions
|
@ -70,6 +70,8 @@
|
|||
|
||||
&:focus-visible {
|
||||
&:not([role]) {
|
||||
outline: var(#{$✨}outline-width) solid var(#{$✨}primary-focus);
|
||||
outline-offset: calc(var(#{$✨}spacing, 1rem) * 0.5);
|
||||
color: var(#{$✨}primary);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue