Skip to content

Commit 03e1a26

Browse files
authored
Revert #2461 default selection color (#2470)
* revert * Create fair-cows-sing.md
1 parent a65f103 commit 03e1a26

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.changeset/fair-cows-sing.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/css": patch
3+
---
4+
5+
Revert #2461 default selection color

src/base/base.scss

-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
box-sizing: border-box;
44
}
55

6-
*::selection {
7-
background-color: var(--bgColor-accent-muted, var(--color-accent-subtle));
8-
}
9-
106
input,
117
select,
128
textarea,

0 commit comments

Comments
 (0)