We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65f103 commit 03e1a26Copy full SHA for 03e1a26
.changeset/fair-cows-sing.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/css": patch
3
4
+
5
+Revert #2461 default selection color
src/base/base.scss
@@ -3,10 +3,6 @@
box-sizing: border-box;
}
6
-*::selection {
7
- background-color: var(--bgColor-accent-muted, var(--color-accent-subtle));
8
-}
9
-
10
input,
11
select,
12
textarea,
0 commit comments