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