mirror of
https://github.com/penpot/penpot.git
synced 2026-08-28 23:59:00 +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;
|
||||
}
|
||||
|
||||
::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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user