mirror of
https://github.com/penpot/penpot.git
synced 2026-08-29 03:43:40 +08:00
🐛 Fix wrong selection color on inputs (#11400)
This commit is contained in:
@@ -41,6 +41,11 @@ body {
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
|
||||
::selection {
|
||||
background: var(--color-accent-background-select);
|
||||
color: var(--color-static-white);
|
||||
}
|
||||
|
||||
img {
|
||||
height: auto;
|
||||
width: 100%;
|
||||
|
||||
@@ -97,6 +97,7 @@
|
||||
|
||||
&::selection {
|
||||
background: var(--color-accent-background-select);
|
||||
color: var(--color-static-white);
|
||||
}
|
||||
|
||||
&::placeholder {
|
||||
|
||||
Reference in New Issue
Block a user