mirror of
https://github.com/primer/css.git
synced 2024-12-24 14:42:26 +03:00
Add default ::selection
color (#2461)
* add color * Create happy-brooms-lick.md
This commit is contained in:
parent
2788008a18
commit
abc8965913
5
.changeset/happy-brooms-lick.md
Normal file
5
.changeset/happy-brooms-lick.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@primer/css": patch
|
||||
---
|
||||
|
||||
Add default `::selection` color
|
@ -3,6 +3,10 @@
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
*::selection {
|
||||
background-color: var(--color-accent-subtle);
|
||||
}
|
||||
|
||||
input,
|
||||
select,
|
||||
textarea,
|
||||
|
Loading…
Reference in New Issue
Block a user