1
1
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:
Katie Langerman 2023-06-13 08:04:42 -07:00 committed by GitHub
parent 2788008a18
commit abc8965913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
"@primer/css": patch
---
Add default `::selection` color

View File

@ -3,6 +3,10 @@
box-sizing: border-box;
}
*::selection {
background-color: var(--color-accent-subtle);
}
input,
select,
textarea,